/**
 * Theme Name: Starkers HTML5
 * Theme URI: http://nathanstaines.com
 * Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
 * Version: 3.2
 * Author: Nathan Staines
 * Author URI: http://nathanstaines.com
 * Tags: starkers, html5, naked, clean, basic
 *
 * @format
 */

@import 'css/reset.css';
@import 'css/layout.css';

/********************/
/* FontAwesome v4.7 */
/********************/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: '\f000';
}
.fa-music:before {
  content: '\f001';
}
.fa-search:before {
  content: '\f002';
}
.fa-envelope-o:before {
  content: '\f003';
}
.fa-heart:before {
  content: '\f004';
}
.fa-star:before {
  content: '\f005';
}
.fa-star-o:before {
  content: '\f006';
}
.fa-user:before {
  content: '\f007';
}
.fa-film:before {
  content: '\f008';
}
.fa-th-large:before {
  content: '\f009';
}
.fa-th:before {
  content: '\f00a';
}
.fa-th-list:before {
  content: '\f00b';
}
.fa-check:before {
  content: '\f00c';
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d';
}
.fa-search-plus:before {
  content: '\f00e';
}
.fa-search-minus:before {
  content: '\f010';
}
.fa-power-off:before {
  content: '\f011';
}
.fa-signal:before {
  content: '\f012';
}
.fa-gear:before,
.fa-cog:before {
  content: '\f013';
}
.fa-trash-o:before {
  content: '\f014';
}
.fa-home:before {
  content: '\f015';
}
.fa-file-o:before {
  content: '\f016';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-road:before {
  content: '\f018';
}
.fa-download:before {
  content: '\f019';
}
.fa-arrow-circle-o-down:before {
  content: '\f01a';
}
.fa-arrow-circle-o-up:before {
  content: '\f01b';
}
.fa-inbox:before {
  content: '\f01c';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-list-alt:before {
  content: '\f022';
}
.fa-lock:before {
  content: '\f023';
}
.fa-flag:before {
  content: '\f024';
}
.fa-headphones:before {
  content: '\f025';
}
.fa-volume-off:before {
  content: '\f026';
}
.fa-volume-down:before {
  content: '\f027';
}
.fa-volume-up:before {
  content: '\f028';
}
.fa-qrcode:before {
  content: '\f029';
}
.fa-barcode:before {
  content: '\f02a';
}
.fa-tag:before {
  content: '\f02b';
}
.fa-tags:before {
  content: '\f02c';
}
.fa-book:before {
  content: '\f02d';
}
.fa-bookmark:before {
  content: '\f02e';
}
.fa-print:before {
  content: '\f02f';
}
.fa-camera:before {
  content: '\f030';
}
.fa-font:before {
  content: '\f031';
}
.fa-bold:before {
  content: '\f032';
}
.fa-italic:before {
  content: '\f033';
}
.fa-text-height:before {
  content: '\f034';
}
.fa-text-width:before {
  content: '\f035';
}
.fa-align-left:before {
  content: '\f036';
}
.fa-align-center:before {
  content: '\f037';
}
.fa-align-right:before {
  content: '\f038';
}
.fa-align-justify:before {
  content: '\f039';
}
.fa-list:before {
  content: '\f03a';
}
.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b';
}
.fa-indent:before {
  content: '\f03c';
}
.fa-video-camera:before {
  content: '\f03d';
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e';
}
.fa-pencil:before {
  content: '\f040';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-adjust:before {
  content: '\f042';
}
.fa-tint:before {
  content: '\f043';
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044';
}
.fa-share-square-o:before {
  content: '\f045';
}
.fa-check-square-o:before {
  content: '\f046';
}
.fa-arrows:before {
  content: '\f047';
}
.fa-step-backward:before {
  content: '\f048';
}
.fa-fast-backward:before {
  content: '\f049';
}
.fa-backward:before {
  content: '\f04a';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-stop:before {
  content: '\f04d';
}
.fa-forward:before {
  content: '\f04e';
}
.fa-fast-forward:before {
  content: '\f050';
}
.fa-step-forward:before {
  content: '\f051';
}
.fa-eject:before {
  content: '\f052';
}
.fa-chevron-left:before {
  content: '\f053';
}
.fa-chevron-right:before {
  content: '\f054';
}
.fa-plus-circle:before {
  content: '\f055';
}
.fa-minus-circle:before {
  content: '\f056';
}
.fa-times-circle:before {
  content: '\f057';
}
.fa-check-circle:before {
  content: '\f058';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-crosshairs:before {
  content: '\f05b';
}
.fa-times-circle-o:before {
  content: '\f05c';
}
.fa-check-circle-o:before {
  content: '\f05d';
}
.fa-ban:before {
  content: '\f05e';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-arrow-right:before {
  content: '\f061';
}
.fa-arrow-up:before {
  content: '\f062';
}
.fa-arrow-down:before {
  content: '\f063';
}
.fa-mail-forward:before,
.fa-share:before {
  content: '\f064';
}
.fa-expand:before {
  content: '\f065';
}
.fa-compress:before {
  content: '\f066';
}
.fa-plus:before {
  content: '\f067';
}
.fa-minus:before {
  content: '\f068';
}
.fa-asterisk:before {
  content: '\f069';
}
.fa-exclamation-circle:before {
  content: '\f06a';
}
.fa-gift:before {
  content: '\f06b';
}
.fa-leaf:before {
  content: '\f06c';
}
.fa-fire:before {
  content: '\f06d';
}
.fa-eye:before {
  content: '\f06e';
}
.fa-eye-slash:before {
  content: '\f070';
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-plane:before {
  content: '\f072';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-random:before {
  content: '\f074';
}
.fa-comment:before {
  content: '\f075';
}
.fa-magnet:before {
  content: '\f076';
}
.fa-chevron-up:before {
  content: '\f077';
}
.fa-chevron-down:before {
  content: '\f078';
}
.fa-retweet:before {
  content: '\f079';
}
.fa-shopping-cart:before {
  content: '\f07a';
}
.fa-folder:before {
  content: '\f07b';
}
.fa-folder-open:before {
  content: '\f07c';
}
.fa-arrows-v:before {
  content: '\f07d';
}
.fa-arrows-h:before {
  content: '\f07e';
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080';
}
.fa-twitter-square:before {
  content: '\f081';
}
.fa-facebook-square:before {
  content: '\f082';
}
.fa-camera-retro:before {
  content: '\f083';
}
.fa-key:before {
  content: '\f084';
}
.fa-gears:before,
.fa-cogs:before {
  content: '\f085';
}
.fa-comments:before {
  content: '\f086';
}
.fa-thumbs-o-up:before {
  content: '\f087';
}
.fa-thumbs-o-down:before {
  content: '\f088';
}
.fa-star-half:before {
  content: '\f089';
}
.fa-heart-o:before {
  content: '\f08a';
}
.fa-sign-out:before {
  content: '\f08b';
}
.fa-linkedin-square:before {
  content: '\f08c';
}
.fa-thumb-tack:before {
  content: '\f08d';
}
.fa-external-link:before {
  content: '\f08e';
}
.fa-sign-in:before {
  content: '\f090';
}
.fa-trophy:before {
  content: '\f091';
}
.fa-github-square:before {
  content: '\f092';
}
.fa-upload:before {
  content: '\f093';
}
.fa-lemon-o:before {
  content: '\f094';
}
.fa-phone:before {
  content: '\f095';
}
.fa-square-o:before {
  content: '\f096';
}
.fa-bookmark-o:before {
  content: '\f097';
}
.fa-phone-square:before {
  content: '\f098';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a';
}
.fa-github:before {
  content: '\f09b';
}
.fa-unlock:before {
  content: '\f09c';
}
.fa-credit-card:before {
  content: '\f09d';
}
.fa-feed:before,
.fa-rss:before {
  content: '\f09e';
}
.fa-hdd-o:before {
  content: '\f0a0';
}
.fa-bullhorn:before {
  content: '\f0a1';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-certificate:before {
  content: '\f0a3';
}
.fa-hand-o-right:before {
  content: '\f0a4';
}
.fa-hand-o-left:before {
  content: '\f0a5';
}
.fa-hand-o-up:before {
  content: '\f0a6';
}
.fa-hand-o-down:before {
  content: '\f0a7';
}
.fa-arrow-circle-left:before {
  content: '\f0a8';
}
.fa-arrow-circle-right:before {
  content: '\f0a9';
}
.fa-arrow-circle-up:before {
  content: '\f0aa';
}
.fa-arrow-circle-down:before {
  content: '\f0ab';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-wrench:before {
  content: '\f0ad';
}
.fa-tasks:before {
  content: '\f0ae';
}
.fa-filter:before {
  content: '\f0b0';
}
.fa-briefcase:before {
  content: '\f0b1';
}
.fa-arrows-alt:before {
  content: '\f0b2';
}
.fa-group:before,
.fa-users:before {
  content: '\f0c0';
}
.fa-chain:before,
.fa-link:before {
  content: '\f0c1';
}
.fa-cloud:before {
  content: '\f0c2';
}
.fa-flask:before {
  content: '\f0c3';
}
.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4';
}
.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5';
}
.fa-paperclip:before {
  content: '\f0c6';
}
.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7';
}
.fa-square:before {
  content: '\f0c8';
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.fa-list-ul:before {
  content: '\f0ca';
}
.fa-list-ol:before {
  content: '\f0cb';
}
.fa-strikethrough:before {
  content: '\f0cc';
}
.fa-underline:before {
  content: '\f0cd';
}
.fa-table:before {
  content: '\f0ce';
}
.fa-magic:before {
  content: '\f0d0';
}
.fa-truck:before {
  content: '\f0d1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-pinterest-square:before {
  content: '\f0d3';
}
.fa-google-plus-square:before {
  content: '\f0d4';
}
.fa-google-plus:before {
  content: '\f0d5';
}
.fa-money:before {
  content: '\f0d6';
}
.fa-caret-down:before {
  content: '\f0d7';
}
.fa-caret-up:before {
  content: '\f0d8';
}
.fa-caret-left:before {
  content: '\f0d9';
}
.fa-caret-right:before {
  content: '\f0da';
}
.fa-columns:before {
  content: '\f0db';
}
.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc';
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd';
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2';
}
.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3';
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4';
}
.fa-comment-o:before {
  content: '\f0e5';
}
.fa-comments-o:before {
  content: '\f0e6';
}
.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7';
}
.fa-sitemap:before {
  content: '\f0e8';
}
.fa-umbrella:before {
  content: '\f0e9';
}
.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea';
}
.fa-lightbulb-o:before {
  content: '\f0eb';
}
.fa-exchange:before {
  content: '\f0ec';
}
.fa-cloud-download:before {
  content: '\f0ed';
}
.fa-cloud-upload:before {
  content: '\f0ee';
}
.fa-user-md:before {
  content: '\f0f0';
}
.fa-stethoscope:before {
  content: '\f0f1';
}
.fa-suitcase:before {
  content: '\f0f2';
}
.fa-bell-o:before {
  content: '\f0a2';
}
.fa-coffee:before {
  content: '\f0f4';
}
.fa-cutlery:before {
  content: '\f0f5';
}
.fa-file-text-o:before {
  content: '\f0f6';
}
.fa-building-o:before {
  content: '\f0f7';
}
.fa-hospital-o:before {
  content: '\f0f8';
}
.fa-ambulance:before {
  content: '\f0f9';
}
.fa-medkit:before {
  content: '\f0fa';
}
.fa-fighter-jet:before {
  content: '\f0fb';
}
.fa-beer:before {
  content: '\f0fc';
}
.fa-h-square:before {
  content: '\f0fd';
}
.fa-plus-square:before {
  content: '\f0fe';
}
.fa-angle-double-left:before {
  content: '\f100';
}
.fa-angle-double-right:before {
  content: '\f101';
}
.fa-angle-double-up:before {
  content: '\f102';
}
.fa-angle-double-down:before {
  content: '\f103';
}
.fa-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-angle-up:before {
  content: '\f106';
}
.fa-angle-down:before {
  content: '\f107';
}
.fa-desktop:before {
  content: '\f108';
}
.fa-laptop:before {
  content: '\f109';
}
.fa-tablet:before {
  content: '\f10a';
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b';
}
.fa-circle-o:before {
  content: '\f10c';
}
.fa-quote-left:before {
  content: '\f10d';
}
.fa-quote-right:before {
  content: '\f10e';
}
.fa-spinner:before {
  content: '\f110';
}
.fa-circle:before {
  content: '\f111';
}
.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112';
}
.fa-github-alt:before {
  content: '\f113';
}
.fa-folder-o:before {
  content: '\f114';
}
.fa-folder-open-o:before {
  content: '\f115';
}
.fa-smile-o:before {
  content: '\f118';
}
.fa-frown-o:before {
  content: '\f119';
}
.fa-meh-o:before {
  content: '\f11a';
}
.fa-gamepad:before {
  content: '\f11b';
}
.fa-keyboard-o:before {
  content: '\f11c';
}
.fa-flag-o:before {
  content: '\f11d';
}
.fa-flag-checkered:before {
  content: '\f11e';
}
.fa-terminal:before {
  content: '\f120';
}
.fa-code:before {
  content: '\f121';
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122';
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123';
}
.fa-location-arrow:before {
  content: '\f124';
}
.fa-crop:before {
  content: '\f125';
}
.fa-code-fork:before {
  content: '\f126';
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127';
}
.fa-question:before {
  content: '\f128';
}
.fa-info:before {
  content: '\f129';
}
.fa-exclamation:before {
  content: '\f12a';
}
.fa-superscript:before {
  content: '\f12b';
}
.fa-subscript:before {
  content: '\f12c';
}
.fa-eraser:before {
  content: '\f12d';
}
.fa-puzzle-piece:before {
  content: '\f12e';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-microphone-slash:before {
  content: '\f131';
}
.fa-shield:before {
  content: '\f132';
}
.fa-calendar-o:before {
  content: '\f133';
}
.fa-fire-extinguisher:before {
  content: '\f134';
}
.fa-rocket:before {
  content: '\f135';
}
.fa-maxcdn:before {
  content: '\f136';
}
.fa-chevron-circle-left:before {
  content: '\f137';
}
.fa-chevron-circle-right:before {
  content: '\f138';
}
.fa-chevron-circle-up:before {
  content: '\f139';
}
.fa-chevron-circle-down:before {
  content: '\f13a';
}
.fa-html5:before {
  content: '\f13b';
}
.fa-css3:before {
  content: '\f13c';
}
.fa-anchor:before {
  content: '\f13d';
}
.fa-unlock-alt:before {
  content: '\f13e';
}
.fa-bullseye:before {
  content: '\f140';
}
.fa-ellipsis-h:before {
  content: '\f141';
}
.fa-ellipsis-v:before {
  content: '\f142';
}
.fa-rss-square:before {
  content: '\f143';
}
.fa-play-circle:before {
  content: '\f144';
}
.fa-ticket:before {
  content: '\f145';
}
.fa-minus-square:before {
  content: '\f146';
}
.fa-minus-square-o:before {
  content: '\f147';
}
.fa-level-up:before {
  content: '\f148';
}
.fa-level-down:before {
  content: '\f149';
}
.fa-check-square:before {
  content: '\f14a';
}
.fa-pencil-square:before {
  content: '\f14b';
}
.fa-external-link-square:before {
  content: '\f14c';
}
.fa-share-square:before {
  content: '\f14d';
}
.fa-compass:before {
  content: '\f14e';
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150';
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151';
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152';
}
.fa-euro:before,
.fa-eur:before {
  content: '\f153';
}
.fa-gbp:before {
  content: '\f154';
}
.fa-dollar:before,
.fa-usd:before {
  content: '\f155';
}
.fa-rupee:before,
.fa-inr:before {
  content: '\f156';
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157';
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158';
}
.fa-won:before,
.fa-krw:before {
  content: '\f159';
}
.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a';
}
.fa-file:before {
  content: '\f15b';
}
.fa-file-text:before {
  content: '\f15c';
}
.fa-sort-alpha-asc:before {
  content: '\f15d';
}
.fa-sort-alpha-desc:before {
  content: '\f15e';
}
.fa-sort-amount-asc:before {
  content: '\f160';
}
.fa-sort-amount-desc:before {
  content: '\f161';
}
.fa-sort-numeric-asc:before {
  content: '\f162';
}
.fa-sort-numeric-desc:before {
  content: '\f163';
}
.fa-thumbs-up:before {
  content: '\f164';
}
.fa-thumbs-down:before {
  content: '\f165';
}
.fa-youtube-square:before {
  content: '\f166';
}
.fa-youtube:before {
  content: '\f167';
}
.fa-xing:before {
  content: '\f168';
}
.fa-xing-square:before {
  content: '\f169';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-dropbox:before {
  content: '\f16b';
}
.fa-stack-overflow:before {
  content: '\f16c';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-flickr:before {
  content: '\f16e';
}
.fa-adn:before {
  content: '\f170';
}
.fa-bitbucket:before {
  content: '\f171';
}
.fa-bitbucket-square:before {
  content: '\f172';
}
.fa-tumblr:before {
  content: '\f173';
}
.fa-tumblr-square:before {
  content: '\f174';
}
.fa-long-arrow-down:before {
  content: '\f175';
}
.fa-long-arrow-up:before {
  content: '\f176';
}
.fa-long-arrow-left:before {
  content: '\f177';
}
.fa-long-arrow-right:before {
  content: '\f178';
}
.fa-apple:before {
  content: '\f179';
}
.fa-windows:before {
  content: '\f17a';
}
.fa-android:before {
  content: '\f17b';
}
.fa-linux:before {
  content: '\f17c';
}
.fa-dribbble:before {
  content: '\f17d';
}
.fa-skype:before {
  content: '\f17e';
}
.fa-foursquare:before {
  content: '\f180';
}
.fa-trello:before {
  content: '\f181';
}
.fa-female:before {
  content: '\f182';
}
.fa-male:before {
  content: '\f183';
}
.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184';
}
.fa-sun-o:before {
  content: '\f185';
}
.fa-moon-o:before {
  content: '\f186';
}
.fa-archive:before {
  content: '\f187';
}
.fa-bug:before {
  content: '\f188';
}
.fa-vk:before {
  content: '\f189';
}
.fa-weibo:before {
  content: '\f18a';
}
.fa-renren:before {
  content: '\f18b';
}
.fa-pagelines:before {
  content: '\f18c';
}
.fa-stack-exchange:before {
  content: '\f18d';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-arrow-circle-o-left:before {
  content: '\f190';
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191';
}
.fa-dot-circle-o:before {
  content: '\f192';
}
.fa-wheelchair:before {
  content: '\f193';
}
.fa-vimeo-square:before {
  content: '\f194';
}
.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195';
}
.fa-plus-square-o:before {
  content: '\f196';
}
.fa-space-shuttle:before {
  content: '\f197';
}
.fa-slack:before {
  content: '\f198';
}
.fa-envelope-square:before {
  content: '\f199';
}
.fa-wordpress:before {
  content: '\f19a';
}
.fa-openid:before {
  content: '\f19b';
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c';
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d';
}
.fa-yahoo:before {
  content: '\f19e';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-reddit:before {
  content: '\f1a1';
}
.fa-reddit-square:before {
  content: '\f1a2';
}
.fa-stumbleupon-circle:before {
  content: '\f1a3';
}
.fa-stumbleupon:before {
  content: '\f1a4';
}
.fa-delicious:before {
  content: '\f1a5';
}
.fa-digg:before {
  content: '\f1a6';
}
.fa-pied-piper-pp:before {
  content: '\f1a7';
}
.fa-pied-piper-alt:before {
  content: '\f1a8';
}
.fa-drupal:before {
  content: '\f1a9';
}
.fa-joomla:before {
  content: '\f1aa';
}
.fa-language:before {
  content: '\f1ab';
}
.fa-fax:before {
  content: '\f1ac';
}
.fa-building:before {
  content: '\f1ad';
}
.fa-child:before {
  content: '\f1ae';
}
.fa-paw:before {
  content: '\f1b0';
}
.fa-spoon:before {
  content: '\f1b1';
}
.fa-cube:before {
  content: '\f1b2';
}
.fa-cubes:before {
  content: '\f1b3';
}
.fa-behance:before {
  content: '\f1b4';
}
.fa-behance-square:before {
  content: '\f1b5';
}
.fa-steam:before {
  content: '\f1b6';
}
.fa-steam-square:before {
  content: '\f1b7';
}
.fa-recycle:before {
  content: '\f1b8';
}
.fa-automobile:before,
.fa-car:before {
  content: '\f1b9';
}
.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba';
}
.fa-tree:before {
  content: '\f1bb';
}
.fa-spotify:before {
  content: '\f1bc';
}
.fa-deviantart:before {
  content: '\f1bd';
}
.fa-soundcloud:before {
  content: '\f1be';
}
.fa-database:before {
  content: '\f1c0';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-file-word-o:before {
  content: '\f1c2';
}
.fa-file-excel-o:before {
  content: '\f1c3';
}
.fa-file-powerpoint-o:before {
  content: '\f1c4';
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5';
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6';
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7';
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8';
}
.fa-file-code-o:before {
  content: '\f1c9';
}
.fa-vine:before {
  content: '\f1ca';
}
.fa-codepen:before {
  content: '\f1cb';
}
.fa-jsfiddle:before {
  content: '\f1cc';
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd';
}
.fa-circle-o-notch:before {
  content: '\f1ce';
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0';
}
.fa-ge:before,
.fa-empire:before {
  content: '\f1d1';
}
.fa-git-square:before {
  content: '\f1d2';
}
.fa-git:before {
  content: '\f1d3';
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4';
}
.fa-tencent-weibo:before {
  content: '\f1d5';
}
.fa-qq:before {
  content: '\f1d6';
}
.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7';
}
.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8';
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9';
}
.fa-history:before {
  content: '\f1da';
}
.fa-circle-thin:before {
  content: '\f1db';
}
.fa-header:before {
  content: '\f1dc';
}
.fa-paragraph:before {
  content: '\f1dd';
}
.fa-sliders:before {
  content: '\f1de';
}
.fa-share-alt:before {
  content: '\f1e0';
}
.fa-share-alt-square:before {
  content: '\f1e1';
}
.fa-bomb:before {
  content: '\f1e2';
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3';
}
.fa-tty:before {
  content: '\f1e4';
}
.fa-binoculars:before {
  content: '\f1e5';
}
.fa-plug:before {
  content: '\f1e6';
}
.fa-slideshare:before {
  content: '\f1e7';
}
.fa-twitch:before {
  content: '\f1e8';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-newspaper-o:before {
  content: '\f1ea';
}
.fa-wifi:before {
  content: '\f1eb';
}
.fa-calculator:before {
  content: '\f1ec';
}
.fa-paypal:before {
  content: '\f1ed';
}
.fa-google-wallet:before {
  content: '\f1ee';
}
.fa-cc-visa:before {
  content: '\f1f0';
}
.fa-cc-mastercard:before {
  content: '\f1f1';
}
.fa-cc-discover:before {
  content: '\f1f2';
}
.fa-cc-amex:before {
  content: '\f1f3';
}
.fa-cc-paypal:before {
  content: '\f1f4';
}
.fa-cc-stripe:before {
  content: '\f1f5';
}
.fa-bell-slash:before {
  content: '\f1f6';
}
.fa-bell-slash-o:before {
  content: '\f1f7';
}
.fa-trash:before {
  content: '\f1f8';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-at:before {
  content: '\f1fa';
}
.fa-eyedropper:before {
  content: '\f1fb';
}
.fa-paint-brush:before {
  content: '\f1fc';
}
.fa-birthday-cake:before {
  content: '\f1fd';
}
.fa-area-chart:before {
  content: '\f1fe';
}
.fa-pie-chart:before {
  content: '\f200';
}
.fa-line-chart:before {
  content: '\f201';
}
.fa-lastfm:before {
  content: '\f202';
}
.fa-lastfm-square:before {
  content: '\f203';
}
.fa-toggle-off:before {
  content: '\f204';
}
.fa-toggle-on:before {
  content: '\f205';
}
.fa-bicycle:before {
  content: '\f206';
}
.fa-bus:before {
  content: '\f207';
}
.fa-ioxhost:before {
  content: '\f208';
}
.fa-angellist:before {
  content: '\f209';
}
.fa-cc:before {
  content: '\f20a';
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b';
}
.fa-meanpath:before {
  content: '\f20c';
}
.fa-buysellads:before {
  content: '\f20d';
}
.fa-connectdevelop:before {
  content: '\f20e';
}
.fa-dashcube:before {
  content: '\f210';
}
.fa-forumbee:before {
  content: '\f211';
}
.fa-leanpub:before {
  content: '\f212';
}
.fa-sellsy:before {
  content: '\f213';
}
.fa-shirtsinbulk:before {
  content: '\f214';
}
.fa-simplybuilt:before {
  content: '\f215';
}
.fa-skyatlas:before {
  content: '\f216';
}
.fa-cart-plus:before {
  content: '\f217';
}
.fa-cart-arrow-down:before {
  content: '\f218';
}
.fa-diamond:before {
  content: '\f219';
}
.fa-ship:before {
  content: '\f21a';
}
.fa-user-secret:before {
  content: '\f21b';
}
.fa-motorcycle:before {
  content: '\f21c';
}
.fa-street-view:before {
  content: '\f21d';
}
.fa-heartbeat:before {
  content: '\f21e';
}
.fa-venus:before {
  content: '\f221';
}
.fa-mars:before {
  content: '\f222';
}
.fa-mercury:before {
  content: '\f223';
}
.fa-intersex:before,
.fa-transgender:before {
  content: '\f224';
}
.fa-transgender-alt:before {
  content: '\f225';
}
.fa-venus-double:before {
  content: '\f226';
}
.fa-mars-double:before {
  content: '\f227';
}
.fa-venus-mars:before {
  content: '\f228';
}
.fa-mars-stroke:before {
  content: '\f229';
}
.fa-mars-stroke-v:before {
  content: '\f22a';
}
.fa-mars-stroke-h:before {
  content: '\f22b';
}
.fa-neuter:before {
  content: '\f22c';
}
.fa-genderless:before {
  content: '\f22d';
}
.fa-facebook-official:before {
  content: '\f230';
}
.fa-pinterest-p:before {
  content: '\f231';
}
.fa-whatsapp:before {
  content: '\f232';
}
.fa-server:before {
  content: '\f233';
}
.fa-user-plus:before {
  content: '\f234';
}
.fa-user-times:before {
  content: '\f235';
}
.fa-hotel:before,
.fa-bed:before {
  content: '\f236';
}
.fa-viacoin:before {
  content: '\f237';
}
.fa-train:before {
  content: '\f238';
}
.fa-subway:before {
  content: '\f239';
}
.fa-medium:before {
  content: '\f23a';
}
.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b';
}
.fa-optin-monster:before {
  content: '\f23c';
}
.fa-opencart:before {
  content: '\f23d';
}
.fa-expeditedssl:before {
  content: '\f23e';
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240';
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241';
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242';
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243';
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244';
}
.fa-mouse-pointer:before {
  content: '\f245';
}
.fa-i-cursor:before {
  content: '\f246';
}
.fa-object-group:before {
  content: '\f247';
}
.fa-object-ungroup:before {
  content: '\f248';
}
.fa-sticky-note:before {
  content: '\f249';
}
.fa-sticky-note-o:before {
  content: '\f24a';
}
.fa-cc-jcb:before {
  content: '\f24b';
}
.fa-cc-diners-club:before {
  content: '\f24c';
}
.fa-clone:before {
  content: '\f24d';
}
.fa-balance-scale:before {
  content: '\f24e';
}
.fa-hourglass-o:before {
  content: '\f250';
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251';
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252';
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253';
}
.fa-hourglass:before {
  content: '\f254';
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255';
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256';
}
.fa-hand-scissors-o:before {
  content: '\f257';
}
.fa-hand-lizard-o:before {
  content: '\f258';
}
.fa-hand-spock-o:before {
  content: '\f259';
}
.fa-hand-pointer-o:before {
  content: '\f25a';
}
.fa-hand-peace-o:before {
  content: '\f25b';
}
.fa-trademark:before {
  content: '\f25c';
}
.fa-registered:before {
  content: '\f25d';
}
.fa-creative-commons:before {
  content: '\f25e';
}
.fa-gg:before {
  content: '\f260';
}
.fa-gg-circle:before {
  content: '\f261';
}
.fa-tripadvisor:before {
  content: '\f262';
}
.fa-odnoklassniki:before {
  content: '\f263';
}
.fa-odnoklassniki-square:before {
  content: '\f264';
}
.fa-get-pocket:before {
  content: '\f265';
}
.fa-wikipedia-w:before {
  content: '\f266';
}
.fa-safari:before {
  content: '\f267';
}
.fa-chrome:before {
  content: '\f268';
}
.fa-firefox:before {
  content: '\f269';
}
.fa-opera:before {
  content: '\f26a';
}
.fa-internet-explorer:before {
  content: '\f26b';
}
.fa-tv:before,
.fa-television:before {
  content: '\f26c';
}
.fa-contao:before {
  content: '\f26d';
}
.fa-500px:before {
  content: '\f26e';
}
.fa-amazon:before {
  content: '\f270';
}
.fa-calendar-plus-o:before {
  content: '\f271';
}
.fa-calendar-minus-o:before {
  content: '\f272';
}
.fa-calendar-times-o:before {
  content: '\f273';
}
.fa-calendar-check-o:before {
  content: '\f274';
}
.fa-industry:before {
  content: '\f275';
}
.fa-map-pin:before {
  content: '\f276';
}
.fa-map-signs:before {
  content: '\f277';
}
.fa-map-o:before {
  content: '\f278';
}
.fa-map:before {
  content: '\f279';
}
.fa-commenting:before {
  content: '\f27a';
}
.fa-commenting-o:before {
  content: '\f27b';
}
.fa-houzz:before {
  content: '\f27c';
}
.fa-vimeo:before {
  content: '\f27d';
}
.fa-black-tie:before {
  content: '\f27e';
}
.fa-fonticons:before {
  content: '\f280';
}
.fa-reddit-alien:before {
  content: '\f281';
}
.fa-edge:before {
  content: '\f282';
}
.fa-credit-card-alt:before {
  content: '\f283';
}
.fa-codiepie:before {
  content: '\f284';
}
.fa-modx:before {
  content: '\f285';
}
.fa-fort-awesome:before {
  content: '\f286';
}
.fa-usb:before {
  content: '\f287';
}
.fa-product-hunt:before {
  content: '\f288';
}
.fa-mixcloud:before {
  content: '\f289';
}
.fa-scribd:before {
  content: '\f28a';
}
.fa-pause-circle:before {
  content: '\f28b';
}
.fa-pause-circle-o:before {
  content: '\f28c';
}
.fa-stop-circle:before {
  content: '\f28d';
}
.fa-stop-circle-o:before {
  content: '\f28e';
}
.fa-shopping-bag:before {
  content: '\f290';
}
.fa-shopping-basket:before {
  content: '\f291';
}
.fa-hashtag:before {
  content: '\f292';
}
.fa-bluetooth:before {
  content: '\f293';
}
.fa-bluetooth-b:before {
  content: '\f294';
}
.fa-percent:before {
  content: '\f295';
}
.fa-gitlab:before {
  content: '\f296';
}
.fa-wpbeginner:before {
  content: '\f297';
}
.fa-wpforms:before {
  content: '\f298';
}
.fa-envira:before {
  content: '\f299';
}
.fa-universal-access:before {
  content: '\f29a';
}
.fa-wheelchair-alt:before {
  content: '\f29b';
}
.fa-question-circle-o:before {
  content: '\f29c';
}
.fa-blind:before {
  content: '\f29d';
}
.fa-audio-description:before {
  content: '\f29e';
}
.fa-volume-control-phone:before {
  content: '\f2a0';
}
.fa-braille:before {
  content: '\f2a1';
}
.fa-assistive-listening-systems:before {
  content: '\f2a2';
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3';
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4';
}
.fa-glide:before {
  content: '\f2a5';
}
.fa-glide-g:before {
  content: '\f2a6';
}
.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7';
}
.fa-low-vision:before {
  content: '\f2a8';
}
.fa-viadeo:before {
  content: '\f2a9';
}
.fa-viadeo-square:before {
  content: '\f2aa';
}
.fa-snapchat:before {
  content: '\f2ab';
}
.fa-snapchat-ghost:before {
  content: '\f2ac';
}
.fa-snapchat-square:before {
  content: '\f2ad';
}
.fa-pied-piper:before {
  content: '\f2ae';
}
.fa-first-order:before {
  content: '\f2b0';
}
.fa-yoast:before {
  content: '\f2b1';
}
.fa-themeisle:before {
  content: '\f2b2';
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3';
}
.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4';
}
.fa-handshake-o:before {
  content: '\f2b5';
}
.fa-envelope-open:before {
  content: '\f2b6';
}
.fa-envelope-open-o:before {
  content: '\f2b7';
}
.fa-linode:before {
  content: '\f2b8';
}
.fa-address-book:before {
  content: '\f2b9';
}
.fa-address-book-o:before {
  content: '\f2ba';
}
.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb';
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc';
}
.fa-user-circle:before {
  content: '\f2bd';
}
.fa-user-circle-o:before {
  content: '\f2be';
}
.fa-user-o:before {
  content: '\f2c0';
}
.fa-id-badge:before {
  content: '\f2c1';
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2';
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3';
}
.fa-quora:before {
  content: '\f2c4';
}
.fa-free-code-camp:before {
  content: '\f2c5';
}
.fa-telegram:before {
  content: '\f2c6';
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7';
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8';
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9';
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca';
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb';
}
.fa-shower:before {
  content: '\f2cc';
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd';
}
.fa-podcast:before {
  content: '\f2ce';
}
.fa-window-maximize:before {
  content: '\f2d0';
}
.fa-window-minimize:before {
  content: '\f2d1';
}
.fa-window-restore:before {
  content: '\f2d2';
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3';
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4';
}
.fa-bandcamp:before {
  content: '\f2d5';
}
.fa-grav:before {
  content: '\f2d6';
}
.fa-etsy:before {
  content: '\f2d7';
}
.fa-imdb:before {
  content: '\f2d8';
}
.fa-ravelry:before {
  content: '\f2d9';
}
.fa-eercast:before {
  content: '\f2da';
}
.fa-microchip:before {
  content: '\f2db';
}
.fa-snowflake-o:before {
  content: '\f2dc';
}
.fa-superpowers:before {
  content: '\f2dd';
}
.fa-wpexplorer:before {
  content: '\f2de';
}
.fa-meetup:before {
  content: '\f2e0';
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*************/

/* Structure */

/*************/

html,
body {
  min-width: 1px !important;
}
body {
  /* border-top: 3px solid #ebebeb; */
  font-family: 'PT Serif', Times New Roman, serif;
}
.wrapper {
  width: 1263px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
hr {
  background: #ccc;
  border: none;
  height: 1px;
  width: 100%;
  clear: both;
  margin: 20px 0;
}

/* Links */
a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: auto;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Quattrocento', Times New Roman, serif;
}

/***********/

/* Buttons */

/***********/
#container {
  display: none;
}
a.red-btn {
  background-color: #940f02;
  color: #ffffff !important;
  font-size: 13px;
  font-family: 'PT Serif', Times New Roman, serif;
  padding: 13px 65px 13px 10px;
  position: relative;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}
.red-btn-border {
  position: absolute;
  left: 1px;
  top: 1px;
  border: 1px solid #fff;
}
.red-btn-arrow {
  background: url('images/btn-dot-arrow.png') no-repeat;
  width: 4px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 16px;
}
.body-copy .red-btn:hover,
.body-copy .red-btn:focus,
.red-btn:hover,
.red-btn:focus {
  background: #20325f;
  color: #fff !important;
}
/*a.blue-btn:before {
  background-color: #20325f;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 4px;
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: -1;
}*/
a.blue-btn {
  background-color: #20325f;
  /*  border: 1px solid #848ea7;*/
  color: #ffffff !important;
  font-size: 16px;
  padding: 13px 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-top: 40px;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}
a.blue-btn:hover:before,
a.blue-btn:focus:before {
  background: #940f02;
}
a.blue-btn:hover,
a.blue-btn:focus {
  background: #940f02;
  /*  border: 1px solid #c47a73;*/
  text-decoration: none important;
}
.blue-btn-arrow {
  margin: 0 0 0 15px;
  background: url('images/btn-arrow.png') no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
}
/*a.blue-btn .consult-shadow {
  background: url('images/blue-btn-shadow.png') no-repeat;
  height: 22px;
  width: 590px;
  position: absolute;
  left: 0;
}*/
.btn:hover,
.btn:focus {
  background-position: bottom !important;
}
.blue {
  color: #20325f;
}
.red {
  color: #890e01;
}
.view-bio {
  /* float: left; */
  width: 188px;
  height: 34px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-family: 'PT Serif', Times New Roman, serif;
  line-height: 34px;
  text-align: center;
  /*  background: url(images/slider-red-btn.png) 0 0 no-repeat;*/
  background: #981002;
  text-shadow: 0 -1px 1px #4a0800;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}

#view-bio {
  float: none;
}

.view-bio:hover,
.view-bio:focus,
#view-bio:hover,
#view-bio:focus {
  background: #1f2d4f;
  color: #fff !important;
  /*  background: url(images/slider-red-btn.png) 0 -34px no-repeat;*/
}

.sidebar-list .view-bio {
  width: 33%;
}

.shadow {
  background: #fff;
  color: #fff;
  margin-top: 50px;
  padding: 5px;
  position: relative;
}
.shadow:before,
.shadow:after {
  content: '';
  height: 20px;
  position: absolute;
  z-index: -1;
}

.i5:before {
  bottom: 25px;
  -webkit-box-shadow: 0 20px 5px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 20px 5px 10px rgba(0, 0, 0, 0.6);
  height: 20px;
  left: 40%;
  width: 30%;
  -webkit-transform: skewX(-80deg) rotate(-4deg);
  transform: skewX(-80deg) rotate(-4deg);
}
.i5:after {
  bottom: 25px;
  -webkit-box-shadow: 0 20px 5px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 20px 5px 10px rgba(0, 0, 0, 0.6);
  height: 20px;
  right: 40%;
  width: 30%;
  -webkit-transform: skewX(80deg) rotate(4deg);
  transform: skewX(80deg) rotate(4deg);
}

/**********/

/* Header */

/**********/

#header {
  position: relative;
  margin: 0 0 30px 0;
  float: left;
  /*  width: 1040px;*/
  width: 1263px;
}
#secondary-nav {
  float: right;
  margin: 10px 0 0 0;
  height: 8px;
}
#secondary-nav > nav > ul {
  float: right;
}
#secondary-nav > nav > ul > li {
  float: left;
  font-size: 13px;
  /*  font-size: 11px;*/
  background: url('images/secondary-nav-divider.png') right center no-repeat;
  margin: 0 0 0 12px;
  padding: 0 12px 0 0;
  /* font-family: 'PT Serif', Times New Roman, serif; */
  /*  text-transform: uppercase;*/
}
#secondary-nav > nav > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}
#secondary-nav > nav > ul > li > a {
  color: #141414;
  text-decoration: none;
}
#secondary-nav > nav > ul > li > a:hover,
#secondary-nav > nav > ul > li > a:focus {
  color: #6d8ba9;
}
#logo {
  margin: 45px 0 0 42px;
  /* float: left; */
  display: block;
  text-indent: -9999px;
  width: 462px;
  height: 57px;
  background-image: url('svg/dallas-logo.svg'), none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /* position: relative; */
}
#logo.mobile-logo {
  background-color: #fff;
}

/* body.home .mobile-logo {
	position: absolute;
} */
/* #logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
} */
#tagline {
  float: left;
  margin: 60px 0 0 45px;
  /* font-family: 'Quattrocento', serif; */
  font-size: 20px;
  color: #981002;
  text-align: center;
  line-height: 1.2em;
}
/* #phone {
	float: right;
	margin: 43px 40px 0 0;
} */
#phone p {
  font-size: 21px;
}

#phone p a {
  color: #fff;
  text-decoration: none;
  /* font-family: 'PT Serif', serif; */
}
#phone p a:hover,
#phone p a:focus {
  color: #1f2d4f;
  text-decoration: underline;
}
#phone i.fa {
  color: #fff;
}
a#header-contact {
  /* width: 266px; */
  /* float: right; */
  clear: right;
  margin: 0;
  /*  background: url(images/header-contact.png) 0 0 no-repeat;*/
  /* background: #981002; */
  height: 34px;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  /*  font-size: 13px;*/
  color: #fff;
  font-weight: 700;
  display: block;
  line-height: 34px;
  text-shadow: 0 -1px 1px #4a0800;
  text-decoration: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#981002+0,7f0c01+100 */
  /*background: rgb(152,16,2);*/ /* Old browsers */
  /*background: -moz-linear-gradient(top, rgba(152,16,2,1) 0%, rgba(127,12,1,1) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(152,16,2,1) 0%,rgba(127,12,1,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(152,16,2,1) 0%,rgba(127,12,1,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981002', endColorstr='#7f0c01',GradientType=0 );*/ /* IE6-9 */

  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}

@media screen and (min-width: 993px) {
  #phone p {
    font-size: 24px;
  }

  a#header-contact {
    width: 266px;
    font-size: 14px;
    background: #981002;
  }

  a#header-contact:hover,
  a#header-contact:focus {
    background: #20325f;
  }
}

#nav {
  height: 50px;
  /*  height: 36px;*/
  line-height: 49px;
  /*  line-height: 36px;*/
  /* background: #981002; */
  padding: 0;
  /*  padding: 0 0 0 15px;*/
  float: left;
  clear: both;
  width: 1263px;
  /*  width: 1025px;*/
}
nav.menu-primary-nav-container {
  text-align: center;
}
#menu-primary-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
ul#menu-primary-nav-1 {
  display: inline-block;
}
#nav > nav > ul > li {
  font-size: 16px;
  /*  font-size: 13px;*/
  /* background: url(images/nav-divider.png) left center no-repeat; */
  padding-left: 15px;
  margin-left: 5px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  /* font-family: 'Quattrocento', Times New Roman, serif; */
}
#nav > nav > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
#nav > nav > ul > li > a {
  color: #cedfef;
  text-decoration: none;
  transition: color 0.25s ease;
}
#nav > nav > ul > li > a:hover,
#nav > nav > ul > li > a:focus {
  color: #f4f7f9;
}
#flexslider-container {
  width: 100%;
  height: 374px;
  /*  background: #4a4a4a;*/
  /* background-color: #dbe5ee; */
}
#flexslider-content-container {
  width: 1263px;
  height: 374px;
  margin: 0 auto;
  position: relative;
}
.flexslider {
  width: 1263px;
  height: 374px;
  margin: 0 auto;
}
.flexslider .slides li {
  position: relative;
  width: 1263px;
  height: 374px;
}
.flexslider .slide-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 430px;
  height: 374px;
}
.flexslider li.slide1 .slide-content {
  padding: 45px 0 0 0;
}
.flexslider li.slide2,
.flexslider li.slide3 {
  background-image: url(images/banner-bg-default.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.flexslider li.slide2 .quote .slider-btn,
.flexslider li.slide3 .quote .slider-btn {
  margin: 20px 0 0 30px;
  float: left;
}
.flexslider li.slide4 .slide-content {
  padding: 80px 0 0 0;
}
.flexslider .pullquote {
  width: 673px;
  height: 374px;
  text-align: center;
  display: table;
  /*  background: url(images/pullquote-divider.png) right bottom no-repeat;*/
  float: left;
}
.flexslider h2.quote {
  font-size: 45px;
  color: #fff;
  text-shadow: 0 2px 2px #567897;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 252px;
  width: 613px;
  padding: 0 30px;
  line-height: 56px;
  /*  font-style: italic;*/
}
.flexslider div.quote {
  width: 430px;
  height: 374px;
  float: right;
}
.flexslider div.quote p {
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  margin: 95px 0 0 0;
  font-family: 'Quattrocento', Times New Roman, serif;
}
.flexslider div.quote p.quote a {
  font-size: 13px;
  color: #bcdefe;
  text-decoration: none;
  text-transform: uppercase;
}
.flexslider li .slide-content h2 {
  text-align: center;
  font-size: 42px;
  /*  font-style: italic;*/
  line-height: 1em;
  color: #fff;
  text-shadow: 0 2px 2px #567897;
  margin-bottom: 30px;
}
.flexslider .video {
  width: 642px;
  height: 339px;
  padding: 35px 0 0 31px;
  float: left;
  background: url(images/pullquote-divider.png) right center no-repeat;
}
/* .flexslider li.slide3 .quote p.quote {
  font-size: 45px;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 2px #7092b1;
  padding: 0 15px;
  font-style: italic;
}
.flexslider li.slide3 .quote p.quote .small {
  color: #20325f;
  font-size: 33px;
  text-shadow: 0 3px 2px #415d78;
  position: relative;
  top: -15px;
} */

.flexslider h2 .underline {
  text-decoration: underline;
}
.flexslider .slider-btn {
  /*  background: url(images/slider-red-btn.png) 0 0 no-repeat;*/
  width: 188px;
  height: 34px;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'PT Serif', Times New Roman, serif;
  line-height: 34px;
  text-align: center;
  background: #981002;
  text-shadow: 0 -1px 1px #4a0800;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}
.flexslider .slider-btn:hover,
.flexslider .slider-btn:focus {
  background: #20325f;
}

.att-info-box {
  background-color: rgba(49, 49, 49, 0.7);
  padding: 20px;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  max-width: 191px;
  z-index: 9000;
}

.att-info-box p {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

#popup {
  width: 580px;
  height: 465px;
  background: url(images/popup-bg.png) 0 0 no-repeat;
}
#popup .logo {
  width: 539px;
  margin: 0 auto 40px auto;
  padding: 35px 0 0 0;
  display: block;
}
#popup h3,
#popup h1 {
  font-size: 31px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}
#popup .gform_wrapper,
.home-form .gform_wrapper {
  width: 404px;
  margin: 0 auto;
}
#popup .gform_wrapper li,
.home-form .gform_wrapper li {
  float: left;
  width: 196px;
  margin: 0 8px 8px 0;
  border: 1px solid #8b8c82;
  background: #ebebeb;
  height: 36px;
  clear: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #2f2f2f;
  font-size: 13px;
  font-family: 'PT Serif', Times New Roman, serif;
  font-weight: normal;
}
#popup .gform_wrapper li#field_1_5,
.home-form .gform_wrapper li#field_1_5 {
  width: 402px;
  height: 126px;
}
#popup .gform_wrapper li label,
.home-form .gform_wrapper li label {
  display: none;
}
#popup .gform_wrapper input,
.home-form .gform_wrapper input {
  background: none;
  width: 176px;
  height: 36px;
  border: none;
  padding: 0 10px;
  color: #2f2f2f;
}
#popup .gform_wrapper textarea,
.home-form .gform_wrapper textarea {
  background: none;
  border: none;
  width: 382px;
  height: 103px;
  padding: 10px;
  font-size: 13px;
  color: #2f2f2f;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
#popup input#gform_submit_button_1,
.home-form input#gform_submit_button_1 {
  float: right;
  background: url(images/get-help.png) 0 0 no-repeat;
  width: 188px;
  height: 34px;
  cursor: pointer;
  text-indent: -8000px;
}
#popup input#gform_submit_button_1:hover,
#popup input#gform_submit_button_1:focus,
.home-form input#gform_submit_button_1:hover,
.home-form input#gform_submit_button_1:focus {
  background-position: bottom;
}
#popup .gform_wrapper ul li:nth-child(even),
.home-form .gform_wrapper ul li:nth-child(even) {
  margin-right: 0;
}
#main-content {
  background: url(images/content-shadow-wide.png) 0 0 no-repeat;
  min-height: 300px;
  /*  width: 1095px;*/
  width: 1319px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/****************/
/* Social Media */
/****************/

ul.social-icons {
  margin: 0;
  font-size: 0 !important;
}

ul.social-icons li {
  display: inline-block;
  padding: 0;
}

ul.social-icons li a {
  background: #668197;
  margin-right: 6px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  line-height: 31px;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}

ul.social-icons li a:hover,
ul.social-icons li a:focus {
  background: #981002;
  color: #fff;
}

ul.social-icons li:first-child {
  padding-right: 0;
  padding-left: 0;
}

/****************/

/* Image banner */

/****************/

/* #banner {
	width: 100%;
	height: 252px;
	background: #ccd8e4;
} */
#banner.contact {
  height: 374px;
}
#banner-content {
  width: 1263px;
  height: 252px;
  background: url('images/banner_bg-min.jpg') no-repeat;
  margin: 0 auto;
}
#bannerblog {
  width: 100%;
  height: 252px;
  /* background: #ccd8e4; */
}
/* 404 error */

body.error404 #banner-content {
  background: url('images/banner3_bg-min.jpg') no-repeat;
}
/* Criminal Defense */

.page-id-56 #banner-content,
.parent-pageid-56 #banner-content {
  background: url('images/banner3_bg-min.jpg') no-repeat;
}
/*DWI*/

.page-id-61 #banner-content,
.parent-pageid-61 #banner-content {
  background: url('images/banner_bg.jpg') no-repeat;
}
/*Federal Crimes*/

.page-id-70 #banner-content,
.parent-pageid-70 #banner-content {
  background: url('images/banner2_bg-min.jpg') no-repeat;
}
/*Crimes of Violence*/

.page-id-100 #banner-content,
.parent-pageid-100 #banner-content {
  background: url('images/banner3_bg-min.jpg') no-repeat;
}
/* Felony Misdemeanor */

.page-id-118 #banner-content,
.parent-pageid-118 #banner-content {
  background: url('images/banner3_bg-min.jpg') no-repeat;
}
/* Appeals */

.page-id-129 #banner-content,
.parent-pageid-129 #banner-content {
  background: url('images/banner_bg-min.jpg') no-repeat;
}
/* Contact */

.page-id-54 #banner-content,
.parent-pageid-2189 #banner-content {
  background: url('images/banner-bg-default.jpg') no-repeat;
}
#banner.why-michael #banner-content,
.page-id-27 #banner-content,
.parent-pageid-27 #banner-content {
  background: url('images/banner3_bg-min.jpg') no-repeat;
}
/* Spanish */

.page-id-1039 #banner-content {
  background: url('images/dallas-justice-slide-3.jpg') no-repeat;
}
.page-id-53 #banner-content {
  background: url('images/dallas-justice-slide-5.jpg') no-repeat;
}
#banner.blog #banner-content {
  background: url(images/texas_flag-banner-bg-min.jpg) no-repeat;
}
#banner.contact #banner-content {
  height: 374px;
}
#banner-content .video {
  width: 802px;
  height: 339px;
  padding: 35px 0 0 31px;
  float: left;
}
/* Quote */

#banner-content .pullquote {
  width: 833px;
  text-align: center;
  display: table;
  float: left;
}
#banner-content h2.quote {
  font-size: 45px;
  color: #fff;
  text-shadow: 0 3px 2px #7092b1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 252px;
  width: 673px;
  font-style: italic;
}
#banner.contact div.quote {
  height: 374px;
}
#banner-content div.quote {
  width: 430px;
  height: 252px;
  display: table;
}
#banner.why-michael div.quote {
  width: 430px;
  height: 252px;
  display: table;
  float: right;
}
#banner.why-michael div.quote p {
  font-size: 30px;
  font-family: 'PT Serif', serif;
  color: #fff;
  text-shadow: 0 3px 2px #7092b1;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
  height: 252px;
  text-align: center;
  line-height: 1.2em;
}
#banner-content .quote p.quote {
  /*	font-family: 'PT Serif', serif;
	font-style: italic;*/
  display: table-cell;
  vertical-align: middle;
  height: 252px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  margin: 95px 0 0 0;
  font-family: 'Quattrocento', Times New Roman, serif;
}
#banner-content .quote p.quote a {
  font-size: 13px;
  color: #bcdefe;
  text-decoration: none;
  text-transform: uppercase;
}
#banner.contact #banner-content .quote p.quote {
  font-size: 45px;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 2px #7092b1;
  padding: 0 15px;
  /*  font-style: italic;*/
}
#banner.contact #banner-content .quote p.quote .small {
  color: #20325f;
  font-size: 33px;
  text-shadow: 0 3px 2px #415d78;
  position: relative;
  top: -15px;
}
#banner.blog div.quote {
  width: 430px;
  float: right;
  display: table;
}
#banner.blog div.quote h2 {
  text-align: center;
  font-size: 40px;
  font-style: italic;
  line-height: 1em;
  color: #fff;
  text-shadow: 0 2px 3px #355178;
  margin-bottom: 30px;
  display: table-cell;
  vertical-align: middle;
}
/* Address */

.address {
  background: url('images/map.png') no-repeat;
  width: 588px;
  height: 286px;
  margin: 40px 0 0 0;
}
.address .address-content {
  width: 240px;
  height: 286px;
  padding: 30px 25px;
}
.body-copy .address-content h2 {
  color: #1a3d68;
  font-size: 16px !important;
  margin-bottom: 10px;
}
.body-copy .address-content p {
  margin-bottom: 10px;
}
.view-larger-map.btn {
  /*  background: url('images/view-larger-map.png') no-repeat;*/
  background: #981002;
  width: 138px;
  height: 39px;
  display: block;
  margin: 20px 0 0 0;
}

a.view-larger-map.btn {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}

a.view-larger-map.btn:hover,
a.view-larger-map.btn:focus {
  background: #1f2d4f;
  color: #fff !important;
}

.leftcol {
  float: left;
  width: 750px;
  /*  padding: 50px 23px 0 40px;  */
  /*  width: 592px;*/
  margin: 50px 0 0 40px;
}
#main-content .leftcol {
  padding: 0 0 80px 0;
  /*  background: #f4f9ff;  */
}
.body-copy {
  position: relative;
}
.body-copy h1.page-title,
.body-copy h1 {
  font-size: 30px;
  font-weight: 700;
  color: #20325f;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  text-transform: uppercase;
  width: 95%;
  /*  width: 472px;*/
}
.page-title-divider {
  width: 100%;
  height: 1px;
  background: url(images/dotted-line.png) 4px bottom no-repeat;
  margin: 0 0 1em 0;
}
.body-copy h2 {
  font-size: 24px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.body-copy h3 {
  font-size: 21px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.body-copy h4 {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.body-copy p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.body-copy p div span {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.body-copy ol {
  margin: 1em 0 1.5em 3em;
  list-style: decimal;
}
.body-copy ul {
  margin: 1em 0 1.5em 3em;
  list-style: disc;
}
.body-copy ol li,
.body-copy ul li {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.body-copy ul li p,
.body-copy ol li p {
  margin: 1em 0;
}
.body-copy a {
  color: #a31001;
}
.body-copy a:not(.btn) {
  text-decoration: underline;
}
.body-copy a:hover,
.body-copy a:focus {
  color: #20325f !important;
  text-decoration: none;
}
.body-copy a:visited:not(.btn) {
  color: #6d8ba9;
}
a.print {
  font-size: 11px;
  color: #818181;
  background: #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px 10px;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
a.print:hover,
a.print:focus {
  color: #fff;
  background: #afbec6;
  text-decoration: none;
}
.expand h2 {
  font-size: 16px;
  color: #4a4a4a;
  display: block;
  font-weight: normal !important;
  border-bottom: 4px solid #dee4e7;
  padding: 0 80px 13px 0;
  margin: 0 0 15px 0;
  position: relative;
  cursor: pointer;
}
.expand h2 a.expand-btn {
  display: block;
  background: url(images/expand.png) 0 0 no-repeat;
  width: 77px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.expand h2 a.expand-btn:hover,
.expand h2 a.expand-btn:focus {
  background-position: bottom;
}
.hide {
  display: none;
  margin: 10px 0 20px 0;
}
.post {
  margin-bottom: 50px;
}
body.search .page {
  margin-bottom: 50px;
}
.post-meta {
  font-size: 12px !important;
  color: #4a4a4a;
  line-height: 1.5em;
  margin-top: 20px;
}
.post .red-btn {
  margin-top: 0;
}
a.a2a_dd.share {
  /* margin-top: 10px; */
  display: inline-block;
  color: #a31001;
  text-decoration: none;
}

.post-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.post-navigation {
  text-align: center;
  margin-top: 70px;
}
.body-copy .post-navigation li {
  display: inline-block;
  font-size: 14px;
  color: #4b86ab;
  font-family: 'PT Serif', Times New Roman, serif;
  margin: 0 5px;
}
.post-navigation li a {
  text-decoration: none;
  color: #4b86ab;
  padding: 3px 6px;
}
.post-navigation li span.current {
  background: #4b86ab;
  color: #fff;
  padding: 3px 6px;
}

.blog #main-content .rightcol {
  padding: 1em !important;
}

@media screen and (min-width: 1025px) {
  .blog #main-content .rightcol {
    padding: 0 0 150px 0 !important;
  }
}

.rightcol {
  float: right;
  width: 430px;
  padding: 0 0 40px 0;
  /*  width: 330px;*/
  /*  padding: 50px 20px 40px 0;*/
  /* background: #eceae5; */
  position: relative;
  left: 0;
}
.rightcol-section {
  width: 361px;
  /*  width: 280px;*/
  margin: 0 0 0 35px;
}
.rightcol-section .sidebar-list.indepth {
  margin-top: 40px;
}
.rightcol h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: 'Quattrocento', Times New Roman, serif;
  color: #20325f;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.rightcol h2 a {
  text-decoration: none;
  color: #20325f;
}
.rightcol .sidebar-list ul li {
  font-size: 15px;
  color: #313131;
  background: url(images/black-arrow.png) left 6px no-repeat;
  padding: 0 0 0 12px;
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
  text-shadow: 0 1px 1px #fff;
}
.rightcol .sidebar-list ul li:last-child {
  margin-bottom: 0;
}
.rightcol .sidebar-list ul li a {
  color: #313131;
  text-decoration: none;
}
.rightcol .sidebar-list ul li a:hover,
.rightcol .sidebar-list ul li a:focus {
  text-decoration: underline;
}
.rightcol .sidebar-list ul li a.post-link {
  color: #a31001;
}
.rightcol .sidebar-list ul li a.post-link:hover,
.rightcol .sidebar-list ul li a.post-link:focus {
  color: #20325f;
  text-decoration: underline;
}
.rightcol .sidebar-list ul li a:hover,
.rightcol .sidebar-list ul li a:focus {
  color: #a31001;
}
.rightcol .sidebar-list ul ul {
  display: none;
  margin: 1em 0 1em 1em;
}
.rightcol .sidebar-list ul ul li {
  margin: 0 0 1em 0;
}
.rightcol hr {
  background: url(images/rightcol-divider.png) 47px 0 no-repeat;
  width: 369px;
  border: none;
  clear: both;
  margin: 35px 0;
}
.rightcol .sidebar-list a.post-title {
  font-weight: 700 !important;
}
.rightcol .aboutme-section {
  margin: 40px 0;
}
.rightcol .aboutme-section .aboutme-photo {
  float: left;
  margin: 0 10px 0 0;
}
.rightcol .aboutme-section h3 {
  margin: 5px 0;
  font-weight: 700;
}
.rightcol .aboutme-section p {
  font-size: 13px;
  margin: 0;
  line-height: 1.6em;
  /*  margin: 15px 0 0;*/
}
.rightcol .aboutme-section .sm {
  margin: 25px 0 0 0;
}
#searchform {
  width: 272px;
  height: 36px;
  background: #fff;
  position: relative;
  margin: 0 0 30px 0;
}
#searchform input#s {
  float: left;
  width: 170px;
  margin-left: 10px;
  height: 36px;
  color: #606060;
  font-size: 13px;
  font-style: italic;
  border: none;
  padding: 0;
}
#searchform input#searchsubmit {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 34px;
  width: 86px;
  line-height: 34px;
  background: #20325f;
  color: #fff;
  font-size: 12px;
  border: none;
  font-family: 'PT Serif', Times New Roman, serif;
  font-style: italic;
  cursor: pointer;
}
#searchform input#searchsubmit:hover,
#searchform input#searchsubmit:focus {
  background: #8b0e01;
}
label.screen-reader-text {
  display: none;
}
.search-shadow {
  background: url(images/search-shadow.png) 0 0 no-repeat;
  width: 272px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 36px;
}
.rss {
  display: block;
  background: url(images/rss.png) 0 0 no-repeat;
  width: 280px;
  height: 31px;
  box-shadow: 0 0 5px #c0cdd9;
  margin: 0 0 45px 0;
}
/* 5 or 10 questions */

#ten-questions,
#five-mistakes {
  line-height: 66px;
  font-size: 16px;
  color: #292224;
  margin: 0 0 10px 0;
}
#ten,
#five {
  margin: 0 10px 0 0;
  float: left;
}
#five-mistakes a,
#ten-questions a {
  color: #292929;
  text-decoration: none;
}
#five-mistakes a:hover,
#five-mistakes a:focus,
#ten-questions a:hover,
#ten-questions a:focus {
  color: #8b0e01;
}
a.more-articles {
  /*  background: url('images/read-articles.png') no-repeat;*/
  width: 247px;
  height: 48px;
  color: #fff;
  display: block;
  margin: 25px 0 0 72px;
  font-size: 15px;
  font-family: 'PT Serif', Times New Roman, serif;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  background: #981002;
  text-shadow: 0 -1px 1px #4a0800;
  -webkit-transition: color 200ms ease-out, background 200ms ease-out;
  -moz-transition: color 200ms ease-out, background 200ms ease-out;
  -ms-transition: color 200ms ease-out, background 200ms ease-out;
  -o-transition: color 200ms ease-out, background 200ms ease-out;
  transition: color 200ms ease-out, background 200ms ease-out;
}

a.more-articles:hover,
a.more-articles:focus {
  background: #20325f;
}
/**********/

/* Footer */

/**********/

#top-footer {
  width: 100%;
  /* border-top: 5px solid #cfdeed; */
  float: left;
  position: relative;
}
#top-footer-shadow {
  /*  background: url('images/top-footer-shadow.png') no-repeat;*/
  position: absolute;
  top: -31px;
  height: 26px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
#top-footer .leftcol {
  margin-top: 35px;
}
#top-footer .rightcol {
  /*  background: url('images/blue-gradient.png') repeat-x #fff;*/
  min-height: 161px;
  width: 430px;
  /*  width: 370px;*/
  padding: 50px 0 0 0;
}

#footer {
  width: 100%;
  /* border-top: 5px solid #cfdeed; */
  /*  background: url('images/footer-bg.png') repeat-x;*/
  min-height: 200px;
  /* float: left; */
}

#footer.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e7ed+0,000000+100&0.65+0,0+100 */
  /* background: -moz-linear-gradient(top, rgba(225, 231, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, rgba(225, 231, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, rgba(225, 231, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e1e7ed', endColorstr='#00000000',GradientType=0 ); */
  /* IE6-9 */
  background: rgba(217, 217, 217, 0.5);
}

#footer-links {
  float: left;
  font-size: 13px;
  color: #20325f;
  line-height: 1.4em;
  font-family: 'PT Serif', Times New Roman, serif;
  margin: 50px 0 0 30px;
}
.map {
  /* background: url('images/view-map.png') no-repeat; */
  width: 225px;
  height: 52px;
  display: block;
  float: left;
  margin: 50px 0 0 40px;
}
#sm {
  float: right;
  margin: 50px 40px 0 0;
}
#sm .icon {
  float: left;
  margin-left: 5px;
}
#sm .icon img {
  vertical-align: bottom;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#sm .icon:hover img,
#sm .icon:focus img {
  box-shadow: 0 4px 4px #8e8e8e;
}
#copyright {
  float: left;
  margin: 40px 0 0 40px;
  font-size: 11px;
  color: #7e7e7e;
  font-family: 'PT Serif', Times New Roman, serif;
}
#copyright a {
  color: #7e7e7e;
  text-decoration: none;
}
#copyright a:hover,
#copyright a:focus {
  color: #6d8ba9;
}
#footer-phone {
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: #6d8ba9;
  font-family: 'PT Serif', Times New Roman, serif;
  /*  background: url('images/phone.png') left center no-repeat;*/
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 25px;
  margin: 32px 40px 0 0;
}
#footer-phone .light {
  font-weight: normal;
}
/*************
 Comment form
**************/

#reply-title,
#respond .form-allowed-tags {
  display: none;
}
#respond label {
  font-family: 'PT Serif', Times New Roman, serif;
}
#respond .comment-notes {
  font-size: 12px !important;
  color: #4a4a4a;
  line-height: 1.5em;
}
#respond .comment-form-comment label {
  display: block;
}
#respond input {
  margin: 5px 5px;
  border: 1px solid #8b8c82;
  background: #ebebeb;
  height: 36px;
  clear: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #2f2f2f;
  font-size: 13px;
  font-family: 'PT Serif', Times New Roman, serif;
  font-weight: normal;
}
#respond textarea {
  margin: 5px 0;
  border: 1px solid #8b8c82;
  background: #ebebeb;
  clear: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #2f2f2f;
  font-size: 13px;
  font-family: 'PT Serif', Times New Roman, serif;
  font-weight: normal;
}

.visible-xs {
  display: none;
}

/*20 Year Callout*/

.years-practiced-callout.mobile-view {
  display: none;
}

.years-practiced-callout {
  width: 100%;
  height: 240px;
  background: #d3d0cb url('images/texas-map_side-bg.jpg') top center no-repeat;
  position: relative;
}

.years-practiced-callout .left-col {
  width: 50%;
  display: inline-block;
  height: 240px;
}

.years-practiced-callout .left-col img {
  position: absolute;
  top: 37%;
  left: 9%;
  height: 166px;
  margin-top: -50px;
}

.years-practiced-callout .right-col {
  width: 40%;
  display: inline-block;
  right: 25px;
  position: absolute;
  top: 45%;
  height: 100px;
  margin-top: -50px;
}

.years-practiced-callout .right-col p {
  color: #3c5f81;
  line-height: 1.6em;
  font-size: 18px;
}

.years-practiced-callout .right-col p span {
  color: #22345d;
  font-weight: 700;
}

.years-practiced-callout .right-col a {
  color: #96130e;
  padding-top: 10px;
  display: inline-block;
}

.years-practiced-callout .right-col a:hover,
.years-practiced-callout .right-col a:focus {
  text-decoration: underline;
}

/***************************************************************************
                Mobile Phone
***************************************************************************/

@media (min-width: 1px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .years-practiced-callout.mobile-view {
    display: block;
    border: none;
  }

  .years-practiced-callout {
    width: 100%;
    min-height: 330px;
    background: #d3d0cb url('images/texas-map_side-bg.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    border: 2px solid #b2aca5;
  }

  .years-practiced-callout .right-col {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    height: auto;
    top: 94%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .years-practiced-callout .left-col {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 166px;
    margin-top: -5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .years-practiced-callout .left-col img {
    left: 50%;
    display: block;
    /* width: 100%; */
    /* height: 166px; */
    height: auto;
    margin-top: -5px;
    top: 25%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
  }

  .address {
    width: 100%;
    margin: 40px 0 40px 0;
    height: 380px;
    background-size: cover;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #container {
    display: block;
  }
  html,
  body {
    overflow-x: hidden;
    height: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
    border: none;
  }
  .body-copy p {
    text-align: left;
  }
  .body-copy .no-break {
    display: none;
  }
  a.blue-btn {
    font-size: 14px;
  }
  .aboutme-section {
  }
  .aboutme-section > img {
    width: 70px;
    height: auto;
    display: block;
  }
  .rightcol .aboutme-section .sm {
    padding-left: 85px;
  }
  .leftcol {
    width: 100%;
    padding: 1em;
    margin: 0;
  }
  .rightcol {
    width: 100%;
    padding: 1em;
    margin: 0;
    height: auto !important;
  }
  .rightcol-section {
    margin: 0;
    width: 100%;
    float: left;
  }
  .flex-control-nav {
    z-index: 99;
  }
  #ten-questions,
  #five-mistakes {
    line-height: 1.2;
    float: left;
  }
  #five-mistakes a,
  #ten-questions a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #ten,
  #five {
    position: relative;
    top: -15px;
    left: 0;
  }
  #footer {
    padding: 0 1em;
  }
  a.print {
    display: none;
  }
  .close-menu {
    text-align: right;
  }
  .menu-btn {
    display: block;
    padding: 1em;
    margin-top: 0;
    width: 100%;
    background: #20325f;
    color: #fff;
    font-family: 'Quattrocento', Times New Roman, serif;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .visible-xs {
    display: block;
  }
  #flexslider-container {
    margin-top: 1em;
  }
  #nav,
  .flexslider div.quote {
    display: none;
  }
  #flexslider-content-container,
  .flexslider,
  .flexslider .pullquote,
  .flexslider .slide-content {
    width: 100%;
  }
  .flexslider li .slide-content h2,
  .flexslider h2.quote {
    font-size: 32px;
    line-height: 1.4em;
  }
  .flexslider .slide-content {
    z-index: 1001;
  }
  .flexslider .slides img {
    position: relative;
    z-index: 1000;
    left: -100px;
  }

  .pushy {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #20325f;
    font-weight: 400;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
  }
  .pushy a {
    display: block;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'PT Serif', sans-serif;
    font-size: 14px;
  }
  .pushy a:hover,
  .pushy a:focus {
    background: #850d01;
    color: #fff;
  }
  /* Menu Movement */
  .pushy-left {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  .pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .container-push,
  .push-push {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  /* Menu Transitions */
  .pushy,
  #container,
  .push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  /* Site Overlay */
  .site-overlay {
    display: none;
  }
  .pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -ms-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #secondary-nav {
    display: none;
    float: none;
    height: auto;
    margin: 0 0 20px 0;
    background: #fafafa;
  }
  #secondary-nav > nav > ul {
    text-align: center;
    float: none;
  }
  #secondary-nav > nav > ul > li {
    display: block;
    float: none;
    background: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #eee;
  }
  #secondary-nav > nav > ul > li:first-child {
    padding-top: 5px;
  }
  #header {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  #logo {
    margin: 1em 0;
    width: 100%;
    background-size: 300px auto;
  }
  #tagline {
    float: right;
    margin: 0px;
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #f4f4f4;
  }
  /* #phone {
		margin: 0 0 10px 0;
		float: none;
		clear: both;
		padding-top: 20px;
	} */
  /* #phone p {
		font-size: 14px;
	} */
  #phone a {
    text-decoration: none;
    color: #20325f;
  }
  #header-contact {
    float: none;
    clear: none;
    display: inline-block;
    margin-right: 0;
    font-weight: 400;
  }

  a#header-contact {
    float: none;
    margin: 0;
  }

  #nav {
    margin: 20px 0 0 0;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 30px 0;
  }
  #nav > nav > ul > li {
    float: none;
    display: block;
    padding: 8px 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #101b35;
  }
  #nav a {
    display: block;
  }
  /* Content */
  #main-content {
    background: none;
    width: 100%;
    margin-top: 1em;
  }
  #main-content .leftcol {
    padding: 1em;
    width: 100%;
  }
  .view-larger-map {
    display: none;
  }
  a.consult {
    display: none;
  }
  .body-copy img {
    width: 100%;
    height: auto;
  }
  .body-copy h1.page-title,
  .body-copy h1 {
    width: 100%;
  }
  .address {
    width: 100%;
  }
  #ten-questions,
  #five-mistakes {
    font-size: 14px;
  }
  /* Footer */
  #top-footer .rightcol {
    display: none;
  }
  #top-footer {
    float: none;
    margin: 0 auto;
  }
  .map {
    margin: 20px 0 0 0;
  }
  #footer-links {
    margin: 20px 0 0 0;
  }
  #sm {
    float: left;
    clear: both;
    margin: 20px 0 0 0;
  }
  #copyright {
    float: none;
    margin: 20px 0 0 0;
  }
  #footer-phone {
    float: none;
    margin: 20px 0 0 0;
  }
  /* Hide elements */
  #showcase-wrapper,
  #top-footer-shadow,
  a.blue-btn .consult-shadow {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #container {
    display: block;
  }
  html,
  body {
    overflow-x: hidden;
    height: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
    border: none;
  }
  .body-copy p {
    text-align: left;
  }
  .body-copy .no-break {
    display: none;
  }
  a.blue-btn {
    font-size: 14px;
  }
  .aboutme-section {
  }
  .aboutme-section > img {
    width: 70px;
    height: auto;
    display: block;
  }
  .rightcol .aboutme-section .sm {
    padding-left: 85px;
  }
  .leftcol {
    width: 100%;
    padding: 1em;
    margin: 0;
  }
  .rightcol {
    width: 100%;
    padding: 1em;
    margin: 0;
    height: auto !important;
  }
  .rightcol-section {
    margin: 0;
    width: 100%;
    float: left;
  }
  .flex-control-nav {
    z-index: 9999;
  }
  #ten-questions,
  #five-mistakes {
    line-height: 1.2;
    float: left;
  }
  #five-mistakes a,
  #ten-questions a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  #ten,
  #five {
    position: relative;
    top: -15px;
    left: 0;
  }
  #footer {
    padding: 0 1em;
  }
  a.print {
    display: none;
  }
  .close-menu {
    text-align: right;
  }
  .menu-btn {
    display: block;
    padding: 1em;
    margin-top: 0;
    width: 100%;
    background: #20325f;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .visible-xs {
    display: block;
  }
  #flexslider-container {
    margin-top: 1em;
  }
  #nav,
  .flexslider div.quote {
    display: none;
  }
  #flexslider-content-container,
  .flexslider,
  .flexslider .pullquote,
  .flexslider .slide-content {
    width: 100%;
  }
  .flexslider li .slide-content h2,
  .flexslider h2.quote {
    font-size: 32px;
    text-align: left;
  }
  .flexslider li .slide-content h2 {
    padding-left: 15px;
  }
  .flexslider .slide-content {
    z-index: 1001;
  }
  .flexslider .slider-btn {
    margin: 0 0 0 15px;
  }
  .flexslider .slides img {
    position: relative;
    z-index: 1000;
    left: 0;
  }
  .pushy {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #20325f;
    font-weight: 400;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
  }
  .pushy a {
    display: block;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'PT Serif', sans-serif;
    font-size: 14px;
  }
  .pushy a:hover,
  .pushy a:focus {
    background: #850d01;
    color: #fff;
  }
  /* Menu Movement */
  .pushy-left {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  .pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .container-push,
  .push-push {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  /* Menu Transitions */
  .pushy,
  #container,
  .push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }
  /* Site Overlay */
  .site-overlay {
    display: none;
  }
  .pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -ms-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #secondary-nav {
    display: none;
    float: none;
    height: auto;
    margin: 0 0 20px 0;
    background: #fafafa;
  }
  #secondary-nav > nav > ul {
    text-align: center;
    float: none;
  }
  #secondary-nav > nav > ul > li {
    display: block;
    float: none;
    background: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #eee;
  }
  #secondary-nav > nav > ul > li:first-child {
    padding-top: 5px;
  }
  #header {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  #logo {
    margin: 1em 0;
    width: 100%;
    background-size: 300px auto;
  }
  #tagline {
    float: right;
    margin: 0px;
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #f4f4f4;
  }
  /* #phone {
		margin: 0 0 10px 0;
		float: none;
		clear: both;
		padding-top: 20px;
	} */
  /* #phone p {
		font-size: 14px;
	} */
  #phone a {
    text-decoration: none;
    color: #20325f;
  }
  #header-contact {
    float: none;
    clear: none;
    display: inline-block;
    margin-right: 0;
    font-weight: 400;
  }
  #nav {
    margin: 20px 0 0 0;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 30px 0;
  }
  #nav > nav > ul > li {
    float: none;
    display: block;
    padding: 8px 0;
    margin: 0;
    background: none;
    border-bottom: 1px solid #101b35;
  }
  #nav a {
    display: block;
  }
  /* Content */
  #main-content {
    background: none;
    width: 100%;
    margin-top: 1em;
  }
  #main-content .leftcol {
    padding: 1em;
    width: 100%;
  }
  .view-larger-map {
    display: none;
  }
  a.consult {
    display: none;
  }
  .body-copy img {
    width: 100%;
    height: auto;
  }
  .body-copy h1.page-title,
  .body-copy h1 {
    width: 100%;
  }
  .address {
    width: 100%;
    margin: 40px 0 40px 0;
    height: 380px;
    background-size: cover;
  }
  #ten-questions,
  #five-mistakes {
    font-size: 14px;
  }
  /* Footer */
  #top-footer .rightcol {
    display: none;
  }
  #top-footer {
    float: none;
    margin: 0 auto;
  }
  .map {
    margin: 20px 0 0 0;
  }
  #footer-links {
    margin: 20px 0 0 0;
  }
  #sm {
    float: left;
    clear: both;
    margin: 20px 0 0 0;
  }
  #copyright {
    float: none;
    margin: 20px 0 0 0;
  }
  #footer-phone {
    float: none;
    margin: 20px 0 0 0;
  }

  /* Hide elements */
  #showcase-wrapper,
  #top-footer-shadow,
  a.blue-btn .consult-shadow {
    display: none !important;
  }

  .years-practiced-callout {
    border: 2px solid #b2aca5;
  }

  .years-practiced-callout .left-col img {
    position: absolute;
    top: 37%;
    left: 20%;
    height: 166px;
    margin-top: -50px;
  }

  .years-practiced-callout .right-col {
    width: 32%;
    display: inline-block;
    right: 19%;
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -50px;
  }
}

/* ADA UPDATES */

#skiptocontent {
  z-index: 10001;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: #8d1b54;
  color: #fff;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  transform: translateY(0);
  opacity: 1;
}

#skiptocontent i::before {
  font-family: 'FontAwesome';
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
  background-position: bottom;
}

/* HOMEPAGE SLIDER CONTROL */
#sliderControl {
  position: absolute;
  bottom: 21px;
  right: 96px;
  color: #fff;
  z-index: 1111;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 200ms ease-out;
}

#sliderControl:hover,
#sliderControl:focus {
  color: #20325f;
}

/* NEW DESIGN UPDATES 9/1/23 */
/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quattrocento-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/quattrocento-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quattrocento-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/quattrocento-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-serif-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/pt-serif-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-serif-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  font-size: 16px;
  /* --body-text-color: #5f6272; */
  --primary-color: #981002;
  --secondary-color: #1f2d4f;
  /* --alternate-color: #e80924;
	--gray-color: #c0c3d3;
	--light-gray-color: #e9f5f7; */
  --body-font-family: 'PT Sans', sans-serif;
  /* --heading-font-family: "Poppins", sans-serif; */
}

body {
  display: block !important;
  font-family: var(--body-font-family);
}

h2,
h3,
h4,
h5 {
  font-family: var(--body-font-family);
}

.body-copy h4 {
  color: var(--primary-color);
}

.row {
  max-width: 1263px;
  margin: 0 auto;
}

.lazy-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

/* HEADER */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
/* 
.desktop-sticky-header {
	top: 137px;
} */

/* body {
	margin-top: 313px;
} */

/* .nav-container {
	background: #981002;
} */

#logo.desktop-logo,
.desktop-tagline {
  display: none;
}

.header-cta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  grid-gap: 30px;
  gap: 30px;
  background: #a31001;
  padding: 10px 0;
}

@media screen and (min-width: 993px) {
  .desktop-sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    margin-top: 0;
    transition: background 200ms ease-out;
  }

  /* body {
		margin-top: 180px;
	} */

  .wrapper,
  #header,
  #nav {
    max-width: 100%;
    width: 100%;
  }

  #header,
  #header *,
  #nav,
  #secondary-nav,
  a#header-contact {
    float: none;
  }

  #header {
    margin-bottom: 20px;
  }

  #secondary-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    height: auto;
  }

  .header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header-cta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    grid-gap: 15px;
    gap: 15px;
    background: none;
    padding: 0;
  }

  #tagline,
  a#header-contact,
  #phone,
  #logo {
    margin: 0;
  }

  #logo.mobile-logo,
  .mobile-tagline {
    display: none;
  }

  #logo.desktop-logo {
    display: block;
    width: 35%;
  }

  .desktop-tagline {
    display: block;
  }

  #tagline {
    text-align: right;
    margin-bottom: 0;
    color: #797c7b;
    font-weight: 700;
    text-transform: uppercase;
  }

  #tagline br {
    display: none;
  }

  a#header-contact {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 16px 30px;
  }

  ul#menu-primary-nav-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    grid-gap: 15px;
    gap: 15px;
  }

  #nav > nav > ul > li {
    padding: 0;
    margin: 0;
    float: none;
  }

  #nav > nav > ul > li > a {
    position: relative;
    font-size: 0.8rem;
    color: var(--secondary-color);
  }

  #nav > nav > ul > li > a:hover,
  #nav > nav > ul > li > a:focus {
    color: var(--primary-color);
  }

  #nav > nav > ul > li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: var(--secondary-color);
  }

  #nav > nav > ul > li:last-child a::after {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  #logo.desktop-logo {
    width: 462px;
  }

  ul#menu-primary-nav-1 {
    grid-gap: 42px;
    gap: 42px;
  }

  #nav > nav > ul > li a {
    font-size: 1rem;
  }

  #nav > nav > ul > li a::after {
    right: -21px;
  }
}

/* SLIDER */
/* @media screen and (min-width: 993px) {
	#flexslider-content-container,
	.flexslider {
		width: 100%;
	}

	.slide-inner {
		position: relative;
	}

	.flexslider .slides img {
	}
} */
.flex-control-nav {
  z-index: 99;
}

/* SUBPAGE BANNER */
/* #banner-content {
	width: 100%;
} */
@media screen and (min-width: 993px) {
  #main-content .wrapper {
    width: 1263px;
  }
}

/* NEW HOME HERO */
.home-hero {
  position: relative;
}

.home-hero-image-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.home-hero-image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  -o-object-position: 50%;
  object-position: 50%;
}

.home-tagline {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  max-width: 1263px;
  padding: 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 25px;
  gap: 25px;
  z-index: 1;
  margin: 0;
  text-align: center;
}

.home-tagline .tagline {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.home-tagline span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.home-tagline .top {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 8px;
}

.home-tagline .mid {
  font-size: 40px;
  letter-spacing: 11px;
}

.home-tagline .bottom {
  font-size: 19px;
  color: #8a9fac;
  letter-spacing: 3px;
}

/* body.home #logo {
	background-image: url('svg/dallas-logo-white.svg'), none;
	background-image: url('svg/dallas-logo.svg');
} */

body.home.scrolled #logo.mobile-logo {
  background-color: #fff;
}

@media screen and (min-width: 640px) {
  .home-tagline .top {
    font-size: 33px;
  }

  .home-tagline .mid {
    font-size: 45px;
  }
}

@media screen and (min-width: 993px) {
  body.home {
    margin-top: 0;
  }

  body #logo {
    background-image: url('svg/dallas-logo-white.svg');
  }

  body.scrolled #logo {
    background-image: url('svg/dallas-logo.svg'), none;
  }

  body:not(.scrolled) .desktop-sticky-header {
    background: none;
  }

  body:not(.scrolled) #nav > nav > ul > li > a,
  body:not(.scrolled) #secondary-nav > nav > ul > li > a {
    color: #fff;
  }

  body:not(.scrolled) #nav > nav > ul > li > a:hover,
  body:not(.scrolled) #nav > nav > ul > li > a:focus,
  body:not(.scrolled) #secondary-nav > nav > ul > li > a:hover,
  body:not(.scrolled) #secondary-nav > nav > ul > li > a:focus {
    color: var(--primary-color);
  }

  body:not(.scrolled) #nav > nav > ul > li a::after {
    background: #fff;
  }

  #phone p a,
  #phone i.fa {
    color: #dd1703;
  }

  body:not(.scrolled) #phone p a:hover,
  body:not(.scrolled) #phone p a:focus {
    color: #fff;
  }

  .home-hero-height-sync {
    height: 100vh;
  }

  .home-hero {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .home-hero-image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .home-hero-image-container img {
    min-height: auto;
  }

  .home-tagline {
    position: relative;
    flex-direction: row;
    margin: 0 0 70px;
    text-align: left;
  }

  .home-tagline .tagline {
    grid-gap: 15px;
    gap: 15px;
  }

  .home-tagline .top {
    font-size: 30px;
    letter-spacing: 10px;
  }

  .home-tagline .mid {
    font-size: 50px;
    letter-spacing: 10px;
  }

  .home-tagline .mid br {
    display: none;
  }

  .home-tagline .bottom {
    font-size: 25px;
    letter-spacing: 5px;
    color: #8a9fac;
  }
}

.home-content.view-bio {
  float: none;
  margin: 0 0 30px;
}

.home-content h1 span {
  text-transform: capitalize;
  font-family: var(--body-font-family);
}

/* HOMEPAGE PRACTICES */
#practices-list {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 30px;
}

#practices-list .single-practice {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  background: #20325f;
  text-decoration: none;
  transition: background 200ms ease-out;
}

#practices-list .single-practice:hover,
#practices-list .single-practice:focus {
  color: #fff !important;
  background: #981002;
}

@media screen and (min-width: 640px) {
  #practices-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* HOME ARTICLES */
#home-articles h3 a {
  text-decoration: none;
}

#home-articles h3 a:hover,
#home-articles h3 a:focus {
  text-decoration: underline;
}

.post-bottom-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.post-bottom-links a.red-btn {
  text-decoration: none;
  padding: 13px 35px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}

.post-bottom-links a.a2a_dd.share {
  margin-top: 0;
}

/* HOME CONTACT FORM */

.home-form {
  margin-bottom: 30px;
}

.home-form .gform_wrapper {
  margin: 0;
}

.home-form .gform_wrapper ul {
  list-style: none;
  margin: 0;
}

.home-form .gform_wrapper li {
  display: inline-block;
  float: none;
  border: none;
  border-radius: 0;
}

.home-form input#gform_submit_button_1 {
  float: none;
}

/* NEW SUBPAGE BANNER */
#banner {
  width: 100%;
  margin-top: 191px;
}

.banner-height-sync {
  height: 500px;
}

.banner-image-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.banner-image-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50%;
  object-position: 50%;
}

@media screen and (min-width: 993px) {
  #banner {
    margin-top: 0;
  }
}

/* SIDEBAR TESTIMONIALS */
.sidebar-testimonials p {
  margin-bottom: 15px;
  line-height: 1.3;
}

/* SIDEBAR RECENT BLOG POST */

.recent-blog-post h2 {
  margin-bottom: 15px;
}

.recent-blog-post-title a {
  color: #000;
  text-decoration: none;
}

.recent-blog-post a {
}

.recent-blog-post a:hover,
.recent-blog-post a:focus {
  text-decoration: underline;
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: #000;
  margin: 20px 0;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
  content: '\f144';
  font-family: 'FontAwesome';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  transition: all 150ms ease-out;
  color: #981002;
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  transform: scale(1.1);
  color: #fff;
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

/* ========================================
   COMMENT SECTION STYLING
   ======================================== */

/* Comments Title */
#comments-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #8B0000; /* Dark red to match your site */
}

/* Comment List Container */
.commentlist,
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Individual Comment */
.comment,
.comment-body {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 4px solid #8B0000; /* Dark red accent */
    position: relative;
}

/* Nested/Reply Comments */
.children {
    list-style: none;
    margin-left: 40px;
    padding-left: 0;
}

.children .comment {
    background: #fff;
    border-left-color: #ccc;
}

/* Avatar */
.comment img.avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

/* Comment Author */
.comment-author,
.comment-author .fn {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.comment-author a {
    color: #8B0000;
    text-decoration: none;
}

.comment-author a:hover {
    text-decoration: underline;
}

.comment-author .says {
    font-weight: normal;
    color: #666;
    font-style: italic;
}

/* Comment Metadata (date/time) */
.comment-meta,
.comment-metadata {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    clear: both;
}

.comment-meta a,
.comment-metadata a {
    color: #666;
    text-decoration: none;
}

.comment-meta a:hover,
.comment-metadata a:hover {
    color: #8B0000;
}

/* Edit Link */
.comment-edit-link {
    margin-left: 10px;
    font-size: 12px;
}

/* Comment Awaiting Moderation */
.comment-awaiting-moderation,
.comment .comment-awaiting-moderation {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #856404;
}

/* Comment Content */
.comment-content,
.comment-text {
    line-height: 1.7;
    margin-top: 15px;
    color: #333;
    clear: both;
}

.comment-content p {
    margin-bottom: 15px;
}

/* Reply Link */
.reply {
    margin-top: 15px;
    text-align: right;
}

.comment-reply-link {
    display: inline-block;
    padding: 8px 15px;
    background: #8B0000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.comment-reply-link:hover {
    background: #660000;
}

/* Comment Navigation (pagination) */
.comment-navigation,
.comments-navigation {
    margin: 30px 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.comments-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next,
.comments-navigation .nav-next {
    float: right;
}

.comment-navigation a,
.comments-navigation a {
    color: #8B0000;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.comment-navigation a:hover,
.comments-navigation a:hover {
    background: #f9f9f9;
}

/* Comment Form Styling */
#respond {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #ddd;
}

#reply-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

#cancel-comment-reply-link {
    font-size: 14px;
    margin-left: 10px;
}

.comment-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form input[type="submit"],
.comment-form .submit {
    background: #8B0000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover,
.comment-form .submit:hover {
    background: #660000;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 20px;
}

.required {
    color: #8B0000;
}

/* "Comments are closed" message */
.no-comments,
.comments-closed {
    font-style: italic;
    color: #666;
    padding: 20px;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .children {
        margin-left: 20px;
    }
    
    .comment,
    .comment-body {
        padding: 15px;
    }
    
    .comment img.avatar {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    
    .comment-author,
    .comment-author .fn {
        font-size: 14px;
    }
    
    .comment-content {
        font-size: 14px;
    }
}

/* Pingback/Trackback Styling */
.pingback,
.trackback {
    padding: 15px;
    background: #f0f0f0;
    border-left: 4px solid #999;
    margin-bottom: 20px;
}

.pingback .comment-body,
.trackback .comment-body {
    background: transparent;
    border: none;
    padding: 0;
}

/* Hide Case Results sidebar section when on the Case Results page */
.page-id-3961 .rightcol-section .sidebar-list {
    display: none !important;
}

.page-id-3961 .rightcol-section .sidebar-list + hr {
    display: none !important;
}

/* Hide the extra HR line after the hidden Case Results section */
.page-id-3961 aside hr:nth-of-type(2) {
    display: none !important;
}

/* Universal FAQ Accordion – Blue → Red on open, white +/- icon */
.faq-accordion details {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 0; /* keeps corners square */
}
.faq-accordion summary {
  list-style: none;
  background: #20325f;                 /* closed = blue */
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 60px 20px 25px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}
.faq-accordion details[open] summary {
  background: #981002;                 /* open = red */
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 300;
  color: #fff;                         /* always white */
  transition: content 0.3s;
}
.faq-accordion details[open] summary::after {
  content: "−";
}
.faq-accordion summary h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: inline;
}
.faq-accordion .answer {
  padding: 25px;
  background: #FFFFFF;
  line-height: 1.7;
  font-size: 16px;
  border-top: 1px solid #ddd;
}

/* Bigger spacing after the whole accordion */
.faq-accordion {
  margin-bottom: 60px;   /* ← change this number to whatever you want (60px, 80px, 100px, etc.) */
}

/* CTA Button */
.cta-button {
  display: block;
  max-width: 420px;
  margin: 30px auto;
  text-align: center;
}

.cta-button a {
  display: inline-block;
  background: #940f02;
  color: #fff !important;
  font-size: 16px;           /* make bigger or smaller as you like */
  font-weight: 900;
  font-family: inherit;      /* uses your site’s main font (sans-serif) */
  padding: 20px 80px;
  text-decoration: none !important;     /* kills underline forever */
  transition: background 0.3s ease;
}

.cta-button a:hover,
.cta-button a:focus {
  background: #20325f;
  color: #fff !important;
}

/* ============================
   CONTACT FORM – FORM ID 2 ONLY (Content Page Form)
   ============================ */

.page-contact-form #gform_wrapper_2 {
  max-width: 100%;
  width: 100%;
	margin-bottom: 50px;
}

.page-contact-form #gform_wrapper_2 .gform_heading {
  margin-bottom: 20px;
}

/* Remove spacing and set flex layout */
.page-contact-form #gform_wrapper_2 .gform_body .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

/* Field blocks */
.page-contact-form #gform_wrapper_2 .gfield {
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0;
}

/* First four fields → Two columns on desktop */
.page-contact-form #gform_wrapper_2 .gfield:nth-child(1),
.page-contact-form #gform_wrapper_2 .gfield:nth-child(2),
.page-contact-form #gform_wrapper_2 .gfield:nth-child(3),
.page-contact-form #gform_wrapper_2 .gfield:nth-child(4) {
  width: 100%;
}

@media (min-width: 768px) {
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(1),
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(2),
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(3),
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(4) {
    width: 50%;
  }

  .page-contact-form #gform_wrapper_2 .gfield:nth-child(2),
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(4) {
    padding-left: 10px;
  }

  .page-contact-form #gform_wrapper_2 .gfield:nth-child(1),
  .page-contact-form #gform_wrapper_2 .gfield:nth-child(3) {
    padding-right: 10px;
  }
}

/* Textarea row full width */
.page-contact-form #gform_wrapper_2 .gfield:nth-child(5) {
  width: 100%;
}

/* Hide labels */
.page-contact-form #gform_wrapper_2 .gfield_label {
  display: none;
}

/* Input + textarea fields */
.page-contact-form #gform_wrapper_2 input[type="text"],
.page-contact-form #gform_wrapper_2 input[type="email"],
.page-contact-form #gform_wrapper_2 input[type="tel"],
.page-contact-form #gform_wrapper_2 textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #eeeeee;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  outline: none;
  resize: vertical;
}

.page-contact-form #gform_wrapper_2 textarea {
  min-height: 180px;
}

/* Focus state */
.page-contact-form #gform_wrapper_2 input[type="text"]:focus,
.page-contact-form #gform_wrapper_2 input[type="email"]:focus,
.page-contact-form #gform_wrapper_2 input[type="tel"]:focus,
.page-contact-form #gform_wrapper_2 textarea:focus {
  background: #e4e4e4;
}

/* Submit button full width */
.page-contact-form #gform_wrapper_2 .gform_footer {
  margin-top: 10px;
  padding: 0;
}

.page-contact-form #gform_wrapper_2 .gform_footer input[type="submit"],
.page-contact-form #gform_wrapper_2 .gform_page_footer input[type="submit"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #8b2414; /* Adjust to your brand red */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.page-contact-form #gform_wrapper_2 .gform_footer input[type="submit"]:hover,
.page-contact-form #gform_wrapper_2 .gform_page_footer input[type="submit"]:hover {
  background: #20325F;
}

/* Texas Drug Offense Sentencing Calculator Post Videos */
div.desktop-video {
  display: block !important;
}
div.mobile-video {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  div.desktop-video {
    display: none !important;
  }
  div.mobile-video {
    display: block !important;
  }
}

/* Texas Drug Offense Sentencing Calculator Wide Banner */
.drug-calc-wide-banner {
    background: #ffffff;
    padding: 25px 35px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    border: 4px solid #8b1a1a;
    max-width: 100%;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.drug-calc-wide-banner h3 {
    color: #1e3a5f;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.drug-calc-wide-banner p {
    color: #1e3a5f;
    font-size: 1rem;
    margin: 0 0 18px 0;
    line-height: 1.5;
}
.drug-calc-wide-banner a {
    display: block;
    margin: 0 auto;
    background: #8b1a1a;
    color: #ffffff !important;
    padding: 12px 28px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    transition: all 0.2s ease;
}
.drug-calc-wide-banner a:hover {
    background: #a02020 !important;
}


/* Texas Drug Offense Sentencing Calculator Sidebar Banner */

.drug-calc-sidebar-banner {
    background: #ffffff;
    padding: 25px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    border: 4px solid #8b1a1a;
    max-width: 300px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.drug-calc-sidebar-banner h3 {
    color: #1e3a5f;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.drug-calc-sidebar-banner p {
    color: #1e3a5f;
    font-size: 0.95rem;
    margin: 0 0 18px 0;
    line-height: 1.5;
}
.drug-calc-sidebar-banner a {
    display: block;
    margin: 0 auto;
    background: #8b1a1a;
    color: #ffffff !important;
    padding: 10px 22px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    transition: all 0.2s ease;
}
.drug-calc-sidebar-banner a:hover {
    background: #a02020;
}

/* Main Navigation Dropdown Styles */
#nav ul li {
    position: relative;
}

/* Hide submenus by default */
#nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1a2a3a;
    min-width: 220px;
    z-index: 9999;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Show submenu on hover */
#nav ul li:hover > ul.sub-menu {
    display: block;
}

/* Submenu items styling */
#nav ul li ul.sub-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}

#nav ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

/* Remove pseudo-elements that might create dividers */
#nav ul li ul.sub-menu li::after,
#nav ul li ul.sub-menu li a::after {
    display: none;
    border: none;
}

/* Submenu link styling */
#nav ul.sub-menu li.menu-item {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

#nav ul.sub-menu li.menu-item a {
    display: block;
    padding: 12px 20px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
    height: auto !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    white-space: nowrap;
    border-right: none;
}

#nav ul li ul.sub-menu li a:hover {
    background: #8b0000;
    color: #fff;
}

/* Nested submenus (if needed) */
#nav ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    transform: none;
}

/* Mobile Pushy Menu - Submenu Styles */
.pushy ul.sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 0;
    margin: 0;
}

/* Show submenu when parent is clicked/tapped - requires JS, OR show all submenus */
.pushy li.menu-item-has-children.submenu-open > ul.sub-menu,
.pushy li.menu-item-has-children > ul.sub-menu {
    display: block;
}

.pushy ul.sub-menu li a {
    padding-left: 30px !important; /* Indent submenu items */
    font-size: 14px;
}

/* Mobile Menu - Hide submenus by default */
.pushy ul.sub-menu {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 0;
    margin: 0;
    list-style: none;
}

/* Show submenu when parent has active class */
.pushy li.menu-item-has-children.submenu-open > ul.sub-menu {
    display: block;
}

/* Style the submenu items */
.pushy ul.sub-menu li a {
    padding-left: 30px !important;
    font-size: 14px;
}

/* Add arrow indicator to parent items */
.pushy li.menu-item-has-children > a::after {
    content: ' ▸';
    float: right;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.pushy li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(90deg);
}

/* Mobile Menu - Hide submenus by default */
.pushy ul.sub-menu,
.pushy li.menu-item-has-children ul.sub-menu {
    display: none !important;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 0;
    margin: 0;
    list-style: none;
}

/* Show submenu when parent has active class */
.pushy li.menu-item-has-children.submenu-open > ul.sub-menu {
    display: block !important;
}

/* ========================================
   SIDEBAR BADGE SLIDER - PREVENT SWIPER TAKEOVER
   ======================================== */

/* Override Swiper's inline transform styles */
[data-sidebar-badge-slider] .swiper-wrapper,
.aboutme-section .swiper-wrapper {
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
    display: block !important;
    height: auto !important;
}

/* Keep all slides visible and stacked */
[data-sidebar-badge-slider] .swiper-slide,
.aboutme-section .swiper-slide {
    width: 100% !important;
    max-width: 361px !important;
    margin-bottom: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* Container should show all content */
.swiper[data-sidebar-badge-slider],
[data-sidebar-badge-slider],
.aboutme-section .swiper {
    overflow: visible !important;
    height: auto !important;
}

/* Hide slider navigation if any */
[data-sidebar-badge-slider] .swiper-pagination,
[data-sidebar-badge-slider] .swiper-button-next,
[data-sidebar-badge-slider] .swiper-button-prev {
    display: none !important;
}


/* Home Page Blog Feed Box */

.recent-news-wrapper {
  background-color: #f0f0f0;
  padding: 35px 40px;
  margin-top: 40px;
}

.recent-news-wrapper h2:first-child {
  margin-top: 25px;
}

/* ==========================================================================
   Table Styles - Matches DallasJustice.com Navy/Red Branding
   ========================================================================== */

.entry-content table,
.post-content table,
article table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.5;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Wrapper for horizontal scroll on mobile */
.entry-content .table-wrapper,
.post-content .table-wrapper,
article .table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
    -webkit-overflow-scrolling: touch;
}

.entry-content .table-wrapper table,
.post-content .table-wrapper table,
article .table-wrapper table {
    margin: 0;
}

/* Header row */
.entry-content table thead,
.post-content table thead,
article table thead {
    background-color: #1f3a68;
    color: #ffffff;
}

.entry-content table thead th,
.post-content table thead th,
article table thead th {
    background-color: #1f3a68;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 14px 18px;
    border-bottom: 3px solid #b8252e;
    border-right: 1px solid #2a4a7c;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.entry-content table thead th:last-child,
.post-content table thead th:last-child,
article table thead th:last-child {
    border-right: none;
}

/* Body cells */
.entry-content table tbody td,
.post-content table tbody td,
article table tbody td {
    padding: 12px 18px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    vertical-align: top;
    color: #333333;
}

.entry-content table tbody td:last-child,
.post-content table tbody td:last-child,
article table tbody td:last-child {
    border-right: none;
}

.entry-content table tbody tr:last-child td,
.post-content table tbody tr:last-child td,
article table tbody tr:last-child td {
    border-bottom: none;
}

/* First column emphasis */
.entry-content table tbody td:first-child,
.post-content table tbody td:first-child,
article table tbody td:first-child {
    font-weight: 600;
    color: #1f3a68;
    background-color: #f7f9fc;
}

/* Zebra striping */
.entry-content table tbody tr:nth-child(even) td,
.post-content table tbody tr:nth-child(even) td,
article table tbody tr:nth-child(even) td {
    background-color: #fafbfd;
}

.entry-content table tbody tr:nth-child(even) td:first-child,
.post-content table tbody tr:nth-child(even) td:first-child,
article table tbody tr:nth-child(even) td:first-child {
    background-color: #eef2f8;
}

/* Hover state */
.entry-content table tbody tr:hover td,
.post-content table tbody tr:hover td,
article table tbody tr:hover td {
    background-color: #fff8f0;
    transition: background-color 0.2s ease;
}

.entry-content table tbody tr:hover td:first-child,
.post-content table tbody tr:hover td:first-child,
article table tbody tr:hover td:first-child {
    background-color: #fdeee0;
}

/* Links inside tables */
.entry-content table a,
.post-content table a,
article table a {
    color: #b8252e;
    text-decoration: underline;
}

.entry-content table a:hover,
.post-content table a:hover,
article table a:hover {
    color: #8e1a22;
    text-decoration: underline;
}

/* Caption */
.entry-content table caption,
.post-content table caption,
article table caption {
    caption-side: top;
    text-align: left;
    font-weight: 700;
    color: #1f3a68;
    padding: 10px 0;
    font-size: 17px;
}

/* Responsive: stack-friendly behavior on mobile */
@media screen and (max-width: 768px) {
    .entry-content table,
    .post-content table,
    article table {
        font-size: 14px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .entry-content table thead th,
    .post-content table thead th,
    article table thead th {
        padding: 10px 12px;
        font-size: 14px;
    }

    .entry-content table tbody td,
    .post-content table tbody td,
    article table tbody td {
        padding: 10px 12px;
        white-space: normal;
    }
}

/* Print styles */
@media print {
    .entry-content table,
    .post-content table,
    article table {
        box-shadow: none;
        border: 1px solid #000;
    }

    .entry-content table thead th,
    .post-content table thead th,
    article table thead th {
        background-color: #1f3a68 !important;
        color: #ffffff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}